1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-22 05:16:52 +00:00

Commands.txt: Update description of the "ERROR" command

This commit is contained in:
Alexander Barton 2013-07-18 23:42:00 +02:00
parent fa15eb1698
commit 720eb874a9

View File

@ -593,11 +593,18 @@ Server Protocol Commands
- ERROR - ERROR
ERROR [<message> [<> [...]]] ERROR [<message> [<> [...]]]
. .
Return an error message to the server. The first parameter, if given, Inform a client or a server about an error condition. The first
will be logged by the server, all further parameters are silently parameter, if given, is logged by the server receiving the message,
ignored. all other parameters are silently ignored.
. .
This command is silently ignored on non-server and non-service links. This command is silently ignored on non-server and non-service links
and shouldn't be used by regular IRC clients.
.
The ERROR message is also sent before terminating a regular client
connection.
References:
- RFC 2812, 3.7.4 "Error message"
- METADATA - METADATA
METADATA <target> <key> <value> METADATA <target> <key> <value>