| RPL_WELCOME | = | 001 | RFC 2812 Internet Relay Chat: Client Protocol | |
| RPL_YOURHOST | = | 002 | "Welcome to the Internet Relay Network <nick>!<user>@<host>" | |
| RPL_CREATED | = | 003 | "Your host is <servername>, running version <ver>" | |
| RPL_MYINFO | = | 004 | "This server was created <date>" | |
| RPL_ISUPPORT | = | 005 |
"<servername> <version> <available user modes>
<available channel modes>"
successful registration. RPL_BOUNCE=005 # "Try server <server name>, port <port number>" |
|
| RPL_USERHOST | = | 302 |
"005 nick PREFIX=(ov)@+ CHANTYPES=#& :are supported by this
server"
server. This is often used when the connection is refused because the server is already full. |
|
| RPL_ISON | = | 303 |
":*1<reply> *( " " <reply> )"
the query list. The reply string is composed as follows: reply = nickname [ "*" ] "=" ( "+" / "-" ) hostname The ’*’ indicates whether the client has registered as an Operator. The ’-’ or ’+’ characters represent whether the client has set an AWAY message or not respectively. |
|
| RPL_AWAY | = | 301 |
":*1<nick> *( " " <nick> )"
query list. |
|
| RPL_UNAWAY | = | 305 | "<nick> :<away message>" | |
| RPL_NOWAWAY | = | 306 | ":You are no longer marked as being away" | |
| RPL_WHOISUSER | = | 311 |
":You have been marked as being away"
allowed). RPL_AWAY is sent to any client sending a PRIVMSG to a client which is away. RPL_AWAY is only sent by the server to which the client is connected. Replies RPL_UNAWAY and RPL_NOWAWAY are sent when the client removes and sets an AWAY message. |
|
| RPL_WHOISSERVER | = | 312 | "<nick> <user> <host> * :<real name>" | |
| RPL_WHOISOPERATOR | = | 313 | "<nick> <server> :<server info>" | |
| RPL_WHOISIDLE | = | 317 | "<nick> :is an IRC operator" | |
| RPL_ENDOFWHOIS | = | 318 | "<nick> <integer> :seconds idle" | |
| RPL_WHOISCHANNELS | = | 319 | "<nick> :End of WHOIS list" | |
| RPL_WHOWASUSER | = | 314 |
"<nick> :*( ( "@" / "+" ) <channel>
" " )"
generated in response to a WHOIS message. Given that there are enough parameters present, the answering server MUST either formulate a reply out of the above numerics (if the query nick is found) or return an error reply. The ’*’ in RPL_WHOISUSER is there as the literal character and not as a wild card. For each reply set, only RPL_WHOISCHANNELS may appear more than once (for long lists of channel names). The ’@’ and ’+’ characters next to the channel name indicate whether a client is a channel operator or has been granted permission to speak on a moderated channel. The RPL_ENDOFWHOIS reply is used to mark the end of processing a WHOIS message. |
|
| RPL_ENDOFWHOWAS | = | 369 | "<nick> <user> <host> * :<real name>" | |
| RPL_LISTSTART | = | 321 |
"<nick> :End of WHOWAS"
the replies RPL_WHOWASUSER, RPL_WHOISSERVER or ERR_WASNOSUCHNICK for each nickname in the presented list. At the end of all reply batches, there MUST be RPL_ENDOFWHOWAS (even if there was only one reply and it was an error). |
|
| RPL_LIST | = | 322 | Obsolete. Not used. | |
| RPL_LISTEND | = | 323 | "<channel> <# visible> :<topic>" | |
| RPL_UNIQOPIS | = | 325 |
":End of LIST"
with data and end of the server’s response to a LIST command. If there are no channels available to return, only the end reply MUST be sent. |
|
| RPL_CHANNELMODEIS | = | 324 | "<channel> <nickname>" | |
| RPL_NOTOPIC | = | 331 | "<channel> <mode> <mode params>" | |
| RPL_TOPIC | = | 332 | "<channel> :No topic is set" | |
| RPL_TOPIC_INFO | = | 333 |
"<channel> :<topic>"
channel topic, one of two replies is sent. If the topic is set, RPL_TOPIC is sent back else RPL_NOTOPIC. |
|
| RPL_INVITING | = | 341 | <channel> <set by> <unixtime> | |
| RPL_SUMMONING | = | 342 |
"<channel> <nick>"
attempted INVITE message was successful and is being passed onto the end client. |
|
| RPL_INVITELIST | = | 346 |
"<user> :Summoning user to IRC"
indicate that it is summoning that user. |
|
| RPL_ENDOFINVITELIST | = | 347 | "<channel> <invitemask>" | |
| RPL_EXCEPTLIST | = | 348 |
"<channel> :End of channel invite list"
a server is required to send the list back using the RPL_INVITELIST and RPL_ENDOFINVITELIST messages. A separate RPL_INVITELIST is sent for each active mask. After the masks have been listed (or if none present) a RPL_ENDOFINVITELIST MUST be sent. |
|
| RPL_ENDOFEXCEPTLIST | = | 349 | "<channel> <exceptionmask>" | |
| RPL_VERSION | = | 351 |
"<channel> :End of channel exception list"
a server is required to send the list back using the RPL_EXCEPTLIST and RPL_ENDOFEXCEPTLIST messages. A separate RPL_EXCEPTLIST is sent for each active mask. After the masks have been listed (or if none present) a RPL_ENDOFEXCEPTLIST MUST be sent. |
|
| RPL_WHOREPLY | = | 352 |
"<version>.<debuglevel> <server>
:<comments>"
The <version> is the version of the software being used (including any patchlevel revisions) and the <debuglevel> is used to indicate if the server is running in "debug mode". The "comments" field may contain any comments about the version or further version details. |
|
| RPL_ENDOFWHO | = | 315 | "<channel> <user> <host> <server> <nick> ( "H" / "G" > ["*"] [ ( "@" / "+" ) ] :<hopcount> <real name>" | |
| RPL_NAMREPLY | = | 353 |
"<name> :End of WHO list"
to answer a WHO message. The RPL_WHOREPLY is only sent if there is an appropriate match to the WHO query. If there is a list of parameters supplied with a WHO message, a RPL_ENDOFWHO MUST be sent after processing each list item with <name> being the item. |
|
| RPL_ENDOFNAMES | = | 366 |
"( "=" / "*" / "@" ) <channel> :[
"@" / "+" ] <nick> *( " " [
"@" / "+" ] <nick> )
channels, and "=" for others (public channels). |
|
| RPL_LINKS | = | 364 |
"<channel> :End of NAMES list"
of RPL_NAMREPLY and RPL_ENDOFNAMES is sent by the server back to the client. If there is no channel found as in the query, then only RPL_ENDOFNAMES is returned. The exception to this is when a NAMES message is sent with no parameters and all visible channels and contents are sent back in a series of RPL_NAMEREPLY messages with a RPL_ENDOFNAMES to mark the end. |
|
| RPL_ENDOFLINKS | = | 365 | "<mask> <server> :<hopcount> <server info>" | |
| RPL_BANLIST | = | 367 |
"<mask> :End of LINKS list"
replies back using the RPL_LINKS numeric and mark the end of the list using an RPL_ENDOFLINKS reply. |
|
| RPL_ENDOFBANLIST | = | 368 | "<channel> <banmask>" | |
| RPL_INFO | = | 371 |
"<channel> :End of channel ban list"
a server is required to send the list back using the RPL_BANLIST and RPL_ENDOFBANLIST messages. A separate RPL_BANLIST is sent for each active banmask. After the banmasks have been listed (or if none present) a RPL_ENDOFBANLIST MUST be sent. |
|
| RPL_ENDOFINFO | = | 374 | ":<string>" | |
| RPL_MOTDSTART | = | 375 |
":End of INFO list"
send all its ‘info’ in a series of RPL_INFO messages with a RPL_ENDOFINFO reply to indicate the end of the replies. |
|
| RPL_MOTD | = | 372 | ":- <server> Message of the day - " | |
| RPL_ENDOFMOTD | = | 376 | ":- <text>" | |
| RPL_YOUREOPER | = | 381 |
":End of MOTD command"
is found, the file is displayed line by line, with each line no longer than 80 characters, using RPL_MOTD format replies. These MUST be surrounded by a RPL_MOTDSTART (before the RPL_MOTDs) and an RPL_ENDOFMOTD (after). |
|
| RPL_REHASHING | = | 382 |
":You are now an IRC operator"
just successfully issued an OPER message and gained operator status. |
|
| RPL_YOURESERVICE | = | 383 |
"<config file> :Rehashing"
a REHASH message, an RPL_REHASHING is sent back to the operator. |
|
| RPL_TIME | = | 391 |
"You are service <servicename>"
registration. |
|
| RPL_USERSSTART | = | 392 |
"<server> :<string showing server’s local
time>"
the reply using the RPL_TIME format above. The string showing the time need only contain the correct day and time there. There is no further requirement for the time string. |
|
| RPL_USERS | = | 393 | ":UserID Terminal Host" | |
| RPL_ENDOFUSERS | = | 394 | ":<username> <ttyline> <hostname>" | |
| RPL_NOUSERS | = | 395 | ":End of users" | |
| RPL_TRACELINK | = | 200 |
":Nobody logged in"
replies RPL_USERSTART, RPL_USERS, RPL_ENDOFUSERS and RPL_NOUSERS are used. RPL_USERSSTART MUST be sent first, following by either a sequence of RPL_USERS or a single RPL_NOUSER. Following this is RPL_ENDOFUSERS. |
|
| RPL_TRACECONNECTING | = | 201 | "Link <version & debug level> <destination> <next server> V<protocol version> <link uptime in seconds> <backstream sendq> <upstream sendq>" | |
| RPL_TRACEHANDSHAKE | = | 202 | "Try. <class> <server>" | |
| RPL_TRACEUNKNOWN | = | 203 | "H.S. <class> <server>" | |
| RPL_TRACEOPERATOR | = | 204 | "???? <class> [<client IP address in dot form>]" | |
| RPL_TRACEUSER | = | 205 | "Oper <class> <nick>" | |
| RPL_TRACESERVER | = | 206 | "User <class> <nick>" | |
| RPL_TRACESERVICE | = | 207 | "Serv <class> <int>S <int>C <server> <nick!user|*!*>@<host|server> V<protocol version>" | |
| RPL_TRACENEWTYPE | = | 208 | "Service <class> <name> <type> <active type>" | |
| RPL_TRACECLASS | = | 209 | "<newtype> 0 <client name>" | |
| RPL_TRACERECONNECT | = | 210 | "Class <class> <count>" | |
| RPL_TRACELOG | = | 261 | Unused. | |
| RPL_TRACEEND | = | 262 | "File <logfile> <debug level>" | |
| RPL_LOCALUSERS | = | 265 |
"<server name> <version & debug level> :End of
TRACE"
response to the TRACE message. How many are returned is dependent on the TRACE message and whether it was sent by an operator or not. There is no predefined order for which occurs first. Replies RPL_TRACEUNKNOWN, RPL_TRACECONNECTING and RPL_TRACEHANDSHAKE are all used for connections which have not been fully established and are either unknown, still attempting to connect or in the process of completing the ‘server handshake’. RPL_TRACELINK is sent by any server which handles a TRACE message and has to pass it on to another server. The list of RPL_TRACELINKs sent in response to a TRACE command traversing the IRC network should reflect the actual connectivity of the servers themselves along that path. RPL_TRACENEWTYPE is to be used for any connection which does not fit in the other categories but is being displayed anyway. RPL_TRACEEND is sent to indicate the end of the list. |
|
| RPL_GLOBALUSERS | = | 266 | ":Current local users: 3 Max: 4" | |
| RPL_STATSCONN | = | 250 | ":Current global users: 3 Max: 4" | |
| RPL_STATSLINKINFO | = | 211 | "::Highest connection count: 4 (4 clients) (251 since server was (re)started)" | |
| RPL_STATSCOMMANDS | = | 212 |
"<linkname> <sendq> <sent messages> <sent
Kbytes> <received messages> <received Kbytes> <time
open>"
identifies the particular connection, <sendq> is the amount of data that is queued and waiting to be sent <sent messages> the number of messages sent, and <sent Kbytes> the amount of data sent, in Kbytes. <received messages> and <received Kbytes> are the equivalent of <sent messages> and <sent Kbytes> for received data, respectively. <time open> indicates how long ago the connection was opened, in seconds. |
|
| RPL_ENDOFSTATS | = | 219 |
"<command> <count> <byte count> <remote
count>"
|
|
| RPL_STATSUPTIME | = | 242 | "<stats letter> :End of STATS report" | |
| RPL_STATSOLINE | = | 243 |
":Server Up %d days %d:%02d:%02d"
|
|
| RPL_UMODEIS | = | 221 |
"O <hostmask> * <name>"
operators. |
|
| RPL_SERVLIST | = | 234 |
"<user mode string>"
RPL_UMODEIS is sent back. |
|
| RPL_SERVLISTEND | = | 235 | "<name> <server> <mask> <type> <hopcount> <info>" | |
| RPL_LUSERCLIENT | = | 251 |
"<mask> <type> :End of service listing"
a server is required to send the list back using the RPL_SERVLIST and RPL_SERVLISTEND messages. A separate RPL_SERVLIST is sent for each service. After the services have been listed (or if none present) a RPL_SERVLISTEND MUST be sent. |
|
| RPL_LUSEROP | = | 252 | ":There are <integer> users and <integer> services on <integer> servers" | |
| RPL_LUSERUNKNOWN | = | 253 | "<integer> :operator(s) online" | |
| RPL_LUSERCHANNELS | = | 254 | "<integer> :unknown connection(s)" | |
| RPL_LUSERME | = | 255 | "<integer> :channels formed" | |
| RPL_ADMINME | = | 256 |
":I have <integer> clients and <integer> servers"
sends a set of replies from RPL_LUSERCLIENT, RPL_LUSEROP, RPL_USERUNKNOWN, RPL_LUSERCHANNELS and RPL_LUSERME. When replying, a server MUST send back RPL_LUSERCLIENT and RPL_LUSERME. The other replies are only sent back if a non-zero count is found for them. |
|
| RPL_ADMINLOC1 | = | 257 | "<server> :Administrative info" | |
| RPL_ADMINLOC2 | = | 258 | ":<admin info>" | |
| RPL_ADMINEMAIL | = | 259 | ":<admin info>" | |
| RPL_TRYAGAIN | = | 263 |
":<admin info>"
is expected to use replies RPL_ADMINME through to RPL_ADMINEMAIL and provide a text message with each. For RPL_ADMINLOC1 a description of what city, state and country the server is in is expected, followed by details of the institution (RPL_ADMINLOC2) and finally the administrative contact for the server (an email address here is REQUIRED) in RPL_ADMINEMAIL. |
|
| ERR_NOSUCHNICK | = | 401 |
"<command> :Please wait a while and try again."
it MUST use the reply RPL_TRYAGAIN to inform the originating client. 5.2 Error Replies Error replies are found in the range from 400 to 599. |
|
| ERR_NOSUCHSERVER | = | 402 |
"<nickname> :No such nick/channel"
command is currently unused. |
|
| ERR_NOSUCHCHANNEL | = | 403 |
"<server name> :No such server"
does not exist. |
|
| ERR_CANNOTSENDTOCHAN | = | 404 |
"<channel name> :No such channel"
|
|
| ERR_TOOMANYCHANNELS | = | 405 |
"<channel name> :Cannot send to channel"
which is mode +n or (b) not a chanop (or mode +v) on a channel which has mode +m set or where the user is banned and is trying to send a PRIVMSG message to that channel. |
|
| ERR_WASNOSUCHNICK | = | 406 |
"<channel name> :You have joined too many channels"
number of allowed channels and they try to join another channel. |
|
| ERR_TOOMANYTARGETS | = | 407 |
"<nickname> :There was no such nickname"
information for that nickname. |
|
| ERR_NOSUCHSERVICE | = | 408 |
"<target> :<error code> recipients. <abort
message>"
PRIVMSG/NOTICE using the user@host destination format and for a user@host which has several occurrences.
PRIVMSG/NOTICE to too many recipients.
channel using the shortname when there are more than one such channel. |
|
| ERR_NOORIGIN | = | 409 |
"<service name> :No such service"
to a service which does not exist. |
|
| ERR_NORECIPIENT | = | 411 |
":No origin specified"
|
|
| ERR_NOTEXTTOSEND | = | 412 | ":No recipient given (<command>)" | |
| ERR_NOTOPLEVEL | = | 413 | ":No text to send" | |
| ERR_WILDTOPLEVEL | = | 414 | "<mask> :No toplevel domain specified" | |
| ERR_BADMASK | = | 415 | "<mask> :Wildcard in toplevel domain" | |
| ERR_UNKNOWNCOMMAND | = | 421 |
"<mask> :Bad Server/host mask"
the message wasn’t delivered for some reason. ERR_NOTOPLEVEL and ERR_WILDTOPLEVEL are errors that are returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted. |
|
| ERR_NOMOTD | = | 422 |
"<command> :Unknown command"
command sent is unknown by the server. |
|
| ERR_NOADMININFO | = | 423 |
":MOTD File is missing"
|
|
| ERR_FILEERROR | = | 424 |
"<server> :No administrative info available"
when there is an error in finding the appropriate information. |
|
| ERR_NONICKNAMEGIVEN | = | 431 |
":File error doing <file op> on <file>"
operation during the processing of a message. |
|
| ERR_ERRONEUSNICKNAME | = | 432 |
":No nickname given"
command and isn’t found. |
|
| ERR_NICKNAMEINUSE | = | 433 |
"<nick> :Erroneous nickname"
characters which do not fall in the defined set. See section 2.3.1 for details on valid nicknames. |
|
| ERR_NICKCOLLISION | = | 436 |
"<nick> :Nickname is already in use"
in an attempt to change to a currently existing nickname. |
|
| ERR_UNAVAILRESOURCE | = | 437 |
"<nick> :Nickname collision KILL from
<user>@<host>"
nickname collision (registered of a NICK that already exists by another server). |
|
| ERR_USERNOTINCHANNEL | = | 441 |
"<nick/channel> :Nick/channel is temporarily unavailable"
currently blocked by the channel delay mechanism.
when the desired nickname is blocked by the nick delay mechanism. |
|
| ERR_NOTONCHANNEL | = | 442 |
"<nick> <channel> :They aren’t on that channel"
user of the command is not on the given channel. |
|
| ERR_USERONCHANNEL | = | 443 |
"<channel> :You‘re not on that channel"
perform a channel affecting command for which the client isn’t a member. |
|
| ERR_NOLOGIN | = | 444 |
"<user> <channel> :is already on channel"
channel they are already on. |
|
| ERR_SUMMONDISABLED | = | 445 |
"<user> :User not logged in"
user was unable to be performed since they were not logged in. |
|
| ERR_USERSDISABLED | = | 446 |
":SUMMON has been disabled"
returned by any server which doesn’t implement it. |
|
| ERR_NOTREGISTERED | = | 451 |
":USERS has been disabled"
returned by any server which does not implement it. |
|
| ERR_NEEDMOREPARAMS | = | 461 |
":You have not registered"
MUST be registered before the server will allow it to be parsed in detail. |
|
| ERR_ALREADYREGISTRED | = | 462 |
"<command> :Not enough parameters"
indicate to the client that it didn’t supply enough parameters. |
|
| ERR_NOPERMFORHOST | = | 463 |
":Unauthorized command (already registered)"
change part of the registered details (such as password or user details from second USER message). |
|
| ERR_PASSWDMISMATCH | = | 464 |
":Your host isn’t among the privileged"
a server which does not been setup to allow connections from the host the attempted connection is tried. |
|
| ERR_YOUREBANNEDCREEP | = | 465 |
":Password incorrect"
a connection for which a password was required and was either not given or incorrect. |
|
| ERR_YOUWILLBEBANNED | = | 466 |
":You are banned from this server"
yourself with a server which has been setup to explicitly deny connections to you. |
|
| ERR_KEYSET | = | 467 |
|
|
| ERR_CHANNELISFULL | = | 471 | "<channel> :Channel key already set" | |
| ERR_UNKNOWNMODE | = | 472 | "<channel> :Cannot join channel (+l)" | |
| ERR_INVITEONLYCHAN | = | 473 | "<char> :is unknown mode char to me for <channel>" | |
| ERR_BANNEDFROMCHAN | = | 474 | "<channel> :Cannot join channel (+i)" | |
| ERR_BADCHANNELKEY | = | 475 | "<channel> :Cannot join channel (+b)" | |
| ERR_BADCHANMASK | = | 476 | "<channel> :Cannot join channel (+k)" | |
| ERR_NOCHANMODES | = | 477 | "<channel> :Bad Channel Mask" | |
| ERR_BANLISTFULL | = | 478 | "<channel> :Channel doesn’t support modes" | |
| ERR_NOPRIVILEGES | = | 481 | "<channel> <char> :Channel list is full" | |
| ERR_CHANOPRIVSNEEDED | = | 482 |
":Permission Denied- You‘re not an IRC operator"
MUST return this error to indicate the attempt was unsuccessful. |
|
| ERR_CANTKILLSERVER | = | 483 |
"<channel> :You‘re not channel operator"
MODE messages) MUST return this error if the client making the attempt is not a chanop on the specified channel. |
|
| ERR_RESTRICTED | = | 484 |
":You can’t kill a server!"
are to be refused and this error returned directly to the client. |
|
| ERR_UNIQOPPRIVSNEEDED | = | 485 |
":Your connection is restricted!"
the restricted nature of the connection (user mode "+r"). |
|
| ERR_NOOPERHOST | = | 491 |
":You‘re not the original channel operator"
return this error if the client making the attempt is not a chanop on the specified channel. |
|
| ERR_UMODEUNKNOWNFLAG | = | 501 |
":No O-lines for your host"
not been configured to allow connections from the client’s host as an operator, this error MUST be returned. |
|
| ERR_USERSDONTMATCH | = | 502 |
":Unknown MODE flag"
message was sent with a nickname parameter and that the a mode flag sent was not recognized. |
|
| RPL_SERVICEINFO | = | 231 |
":Cannot change mode for other users"
user mode for a user other than themselves. 5.3 Reserved numerics These numerics are not described above since they fall into one of the following categories:
the current IRC server. |
|
| RPL_ENDOFSERVICES | = | 232 | ||
| RPL_SERVICE | = | 233 | ||
| RPL_NONE | = | 300 | ||
| RPL_WHOISCHANOP | = | 316 | ||
| RPL_KILLDONE | = | 361 | ||
| RPL_CLOSING | = | 362 | ||
| RPL_CLOSEEND | = | 363 | ||
| RPL_INFOSTART | = | 373 | ||
| RPL_MYPORTIS | = | 384 | ||
| RPL_STATSCLINE | = | 213 | ||
| RPL_STATSNLINE | = | 214 | ||
| RPL_STATSILINE | = | 215 | ||
| RPL_STATSKLINE | = | 216 | ||
| RPL_STATSQLINE | = | 217 | ||
| RPL_STATSYLINE | = | 218 | ||
| RPL_STATSVLINE | = | 240 | ||
| RPL_STATSLLINE | = | 241 | ||
| RPL_STATSHLINE | = | 244 | ||
| RPL_STATSSLINE | = | 244 | ||
| RPL_STATSPING | = | 246 | ||
| RPL_STATSBLINE | = | 247 | ||
| ERR_NOSERVICEHOST | = | 492 |