Log in | Back to darenet.org

Numerics

Line 1: Line 1:
-
include/numeric.h
+
= Standard Numerics =
-
<pre>
+
This list of standard numerics copied from http://www.alien.net.au/irc/irc2numerics.html and adapted to wiki format. In this table, standard means that it is recognised by one or more other IRCds.
-
/************************************************************************
+
-
*  IRC - Internet Relay Chat, include/numeric.h
+
-
*  Copyright (C) 1990 Jarkko Oikarinen
+
-
*
+
-
*  This program is free software; you can redistribute it and/or modify
+
-
*  it under the terms of the GNU General Public License as published by
+
-
*  the Free Software Foundation; either version 1, or (at your option)
+
-
*  any later version.
+
-
*
+
-
*  This program is distributed in the hope that it will be useful,
+
-
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
+
-
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+
-
*  GNU General Public License for more details.
+
-
*
+
-
*  You should have received a copy of the GNU General Public License
+
-
*  along with this program; if not, write to the Free Software
+
-
*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
-
*
+
-
*/
+
-
/* $Id: numeric.h,v 1.5 2004/12/27 18:25:40 ph0x Exp $ */
+
{|style="background-color: #fafafa; border: 1px #cccccc solid; width: 100%; border-collapse: collapse;" cellspacing="0"
 +
|width='40' style="background-color: #ececec; border: 1px #cccccc solid"|<center>'''Numeric'''</center>
 +
|width='50' style="background-color: #ececec; border: 1px #cccccc solid"|<center>'''Name'''</center>
 +
|width='50' style="background-color: #ececec; border: 1px #cccccc solid"|<center>'''Origin'''</center>
 +
|width='60' style="background-color: #ececec; border: 1px #cccccc solid"|<center>'''Format'''</center>
 +
|style="background-color: #ececec; border: 1px #cccccc solid"|<center>'''Comments'''</center>
 +
{{Numericlist2|001  |RPL_WELCOME |RFC2812 |:Welcome to the Internet Relay Network <nick>!<user>@<host>  |The first message sent after client registration. The text used varies widely}}
 +
{{Numericlist2|002 |RPL_YOURHOST |RFC2812 |:Your host is <servername>, running version <version> |Part of the post-registration greeting. Text varies widely}}
 +
{{Numericlist2|003 |RPL_CREATED |RFC2812 |:This server was created <date> |Part of the post-registration greeting. Text varies widely}}
 +
{{Numericlist2|004 |RPL_MYINFO |RFC2812 |<server_name> <version> <user_modes> <chan_modes> |Part of the post-registration greeting}}
 +
{{Numericlist2|004 |RPL_MYINFO |KineIRCd |<server_name> <version> <user_modes> <chan_modes> <channel_modes_with_params> <user_modes_with_params> <server_modes> <server_modes_with_params> |Same as RFC2812 however with additional fields to avoid additional 005 burden.}}
 +
{{Numericlist2|005 |RPL_BOUNCE |RFC2812 |:Try server <server_name>, port <port_number> |Sent by the server to a user to suggest an alternative server, sometimes used when the connection is refused because the server is already full. Also known as RPL_SLINE (AustHex), and RPL_REDIR Also see #010.}}
 +
{{Numericlist2|005 |RPL_ISUPPORT |||Also known as RPL_PROTOCTL (Bahamut, Unreal, Ultimate)}}
 +
{{Numericlist2|006 |RPL_MAP |Unreal ||}}
 +
{{Numericlist2|007 |RPL_MAPEND |Unreal ||}}
 +
{{Numericlist2|008 |RPL_SNOMASK |ircu ||Server notice mask (hex)}}
 +
{{Numericlist2|009 |RPL_STATMEMTOT |ircu ||}}
 +
{{Numericlist2|010 |RPL_BOUNCE ||<hostname> <port> :<info> |Sent to the client to redirect it to another server. Also known as RPL_REDIR}}
 +
{{Numericlist2|010 |RPL_STATMEM |ircu ||}}
 +
{{Numericlist2|014 |RPL_YOURCOOKIE |Hybrid? ||}}
 +
{{Numericlist2|015 |RPL_MAP |ircu ||}}
 +
{{Numericlist2|016 |RPL_MAPMORE |ircu ||}}
 +
{{Numericlist2|017 |RPL_MAPEND |ircu ||}}
 +
{{Numericlist2|042 |RPL_YOURID |IRCnet ||}}
 +
{{Numericlist2|043 |RPL_SAVENICK |IRCnet |:<info> |Sent to the client when their nickname was forced to change due to a collision}}
 +
{{Numericlist2|050 |RPL_ATTEMPTINGJUNC |aircd ||}}
 +
{{Numericlist2|051 |RPL_ATTEMPTINGREROUTE |aircd ||}}
 +
{{Numericlist2|200 |RPL_TRACELINK |RFC1459 |Link <version>[.<debug_level>] <destination> <next_server> [V<protocol_version> <link_uptime_in_seconds> <backstream_sendq> <upstream_sendq>] |See RFC}}
 +
{{Numericlist2|201 |RPL_TRACECONNECTING |RFC1459 |Try. <class> <server> |See RFC}}
 +
{{Numericlist2|202 |RPL_TRACEHANDSHAKE |RFC1459 |H.S. <class> <server> |See RFC}}
 +
{{Numericlist2|203 |RPL_TRACEUNKNOWN |RFC1459 |???? <class> [<connection_address>] |See RFC}}
 +
{{Numericlist2|204 |RPL_TRACEOPERATOR |RFC1459 |Oper <class> <nick> |See RFC}}
 +
{{Numericlist2|205 |RPL_TRACEUSER |RFC1459 |User <class> <nick> |See RFC}}
 +
{{Numericlist2|206 |RPL_TRACESERVER |RFC1459 |Serv <class> <int>S <int>C <server> <nick!user|*!*>@<host|server> [V<protocol_version>] |See RFC}}
 +
{{Numericlist2|207 |RPL_TRACESERVICE |RFC2812 |Service <class> <name> <type> <active_type> |See RFC}}
 +
{{Numericlist2|208 |RPL_TRACENEWTYPE |RFC1459 |<newtype> 0 <client_name> |See RFC}}
 +
{{Numericlist2|209 |RPL_TRACECLASS |RFC2812 |Class <class> <count> |See RFC}}
 +
{{Numericlist2|210 |RPL_TRACERECONNECT |RFC2812 ||}}
 +
{{Numericlist2|210 |RPL_STATS |aircd ||Used instead of having multiple stats numerics}}
 +
{{Numericlist2|211 |RPL_STATSLINKINFO |RFC1459 |<linkname> <sendq> <sent_msgs> <sent_bytes> <recvd_msgs> <rcvd_bytes> <time_open> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|212 |RPL_STATSCOMMANDS |RFC1459 |<command> <count> [<byte_count> <remote_count>] |Reply to STATS (See RFC)}}
 +
{{Numericlist2|213 |RPL_STATSCLINE |RFC1459 |C <host> * <name> <port> <class> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|214 |RPL_STATSNLINE |RFC1459 |N <host> * <name> <port> <class> |Reply to STATS (See RFC), Also known as RPL_STATSOLDNLINE (ircu, Unreal)}}
 +
{{Numericlist2|215 |RPL_STATSILINE |RFC1459 |I <host> * <host> <port> <class> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|216 |RPL_STATSKLINE |RFC1459 |K <host> * <username> <port> <class> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|217 |RPL_STATSQLINE |RFC1459 ||}}
 +
{{Numericlist2|217 |RPL_STATSPLINE |ircu ||}}
 +
{{Numericlist2|218 |RPL_STATSYLINE |RFC1459 |Y <class> <ping_freq> <connect_freq> <max_sendq> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|219 |RPL_ENDOFSTATS |RFC1459 |<query> :<info> |End of RPL_STATS* list.}}
 +
{{Numericlist2|220 |RPL_STATSPLINE |Hybrid ||}}
 +
{{Numericlist2|220 |RPL_STATSBLINE |Bahamut, Unreal ||}}
 +
{{Numericlist2|221 |RPL_UMODEIS |RFC1459 |<user_modes> [<user_mode_params>] |Information about a user's own modes. Some daemons have extended the mode command and certain modes take parameters (like channel modes).}}
 +
{{Numericlist2|222 |RPL_MODLIST |||}}
 +
{{Numericlist2|222 |RPL_SQLINE_NICK |Unreal ||}}
 +
{{Numericlist2|222 |RPL_STATSBLINE |Bahamut ||}}
 +
{{Numericlist2|223 |RPL_STATSELINE |Bahamut ||}}
 +
{{Numericlist2|223 |RPL_STATSGLINE |Unreal ||}}
 +
{{Numericlist2|224 |RPL_STATSFLINE |Hybrid, Bahamut ||}}
 +
{{Numericlist2|224 |RPL_STATSTLINE |Unreal ||}}
 +
{{Numericlist2|225 |RPL_STATSDLINE |Hybrid ||}}
 +
{{Numericlist2|225 |RPL_STATSZLINE |Bahamut ||}}
 +
{{Numericlist2|225 |RPL_STATSELINE |Unreal ||}}
 +
{{Numericlist2|226 |RPL_STATSCOUNT |Bahamut ||}}
 +
{{Numericlist2|226 |RPL_STATSNLINE |Unreal ||}}
 +
{{Numericlist2|227 |RPL_STATSGLINE |Bahamut ||}}
 +
{{Numericlist2|227 |RPL_STATSVLINE |Unreal ||}}
 +
{{Numericlist2|228 |RPL_STATSQLINE |ircu ||}}
 +
{{Numericlist2|231 |RPL_SERVICEINFO |RFC1459 ||}}
 +
{{Numericlist2|232 |RPL_ENDOFSERVICES |RFC1459 ||}}
 +
{{Numericlist2|232 |RPL_RULES |Unreal ||}}
 +
{{Numericlist2|233 |RPL_SERVICE |RFC1459 ||}}
 +
{{Numericlist2|234 |RPL_SERVLIST |RFC2812 |<name> <server> <mask> <type> <hopcount> <info> |A service entry in the service list}}
 +
{{Numericlist2|235 |RPL_SERVLISTEND |RFC2812 |<mask> <type> :<info> |Termination of an RPL_SERVLIST list}}
 +
{{Numericlist2|236 |RPL_STATSVERBOSE |ircu ||Verbose server list?}}
 +
{{Numericlist2|237 |RPL_STATSENGINE |ircu ||Engine name?}}
 +
{{Numericlist2|238 |RPL_STATSFLINE |ircu ||Feature lines?}}
 +
{{Numericlist2|239 |RPL_STATSIAUTH |IRCnet ||}}
 +
{{Numericlist2|240 |RPL_STATSVLINE |RFC2812 ||}}
 +
{{Numericlist2|240 |RPL_STATSXLINE |AustHex ||}}
 +
{{Numericlist2|241 |RPL_STATSLLINE |RFC1459 |L <hostmask> * <servername> <maxdepth> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|242 |RPL_STATSUPTIME |RFC1459 |:Server Up <days> days <hours>:<minutes>:<seconds> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|243 |RPL_STATSOLINE |RFC1459 |O <hostmask> * <nick> [:<info>] |Reply to STATS (See RFC); The info field is an extension found in some IRC daemons, which returns info such as an e-mail address or the name/job of an operator}}
 +
{{Numericlist2|244 |RPL_STATSHLINE |RFC1459 |H <hostmask> * <servername> |Reply to STATS (See RFC)}}
 +
{{Numericlist2|245 |RPL_STATSSLINE |Bahamut, IRCnet, Hybrid ||}}
 +
{{Numericlist2|246 |RPL_STATSPING |RFC2812 ||}}
 +
{{Numericlist2|246 |RPL_STATSTLINE |ircu ||}}
 +
{{Numericlist2|246 |RPL_STATSULINE |Hybrid ||}}
 +
{{Numericlist2|247 |RPL_STATSBLINE |RFC2812 ||}}
 +
{{Numericlist2|247 |RPL_STATSXLINE |Hybrid, PTlink, Unreal ||}}
 +
{{Numericlist2|247 |RPL_STATSGLINE |ircu ||}}
 +
{{Numericlist2|248 |RPL_STATSULINE |ircu ||}}
 +
{{Numericlist2|248 |RPL_STATSDEFINE |IRCnet ||}}
 +
{{Numericlist2|249 |RPL_STATSULINE |||Extension to RFC1459?}}
 +
{{Numericlist2|249 |RPL_STATSDEBUG |Hybrid ||}}
 +
{{Numericlist2|250 |RPL_STATSDLINE |RFC2812 ||}}
 +
{{Numericlist2|250 |RPL_STATSCONN |ircu, Unreal ||}}
 +
{{Numericlist2|251 |RPL_LUSERCLIENT |RFC1459 |:There are <int> users and <int> invisible on <int> servers |Reply to LUSERS command, other versions exist (eg. RFC2812); Text may vary.}}
 +
{{Numericlist2|252 |RPL_LUSEROP |RFC1459 |<int> :<info> |Reply to LUSERS command - Number of IRC operators online}}
 +
{{Numericlist2|253 |RPL_LUSERUNKNOWN |RFC1459 |<int> :<info> |Reply to LUSERS command - Number of unknown/unregistered connections}}
 +
{{Numericlist2|254 |RPL_LUSERCHANNELS |RFC1459 |<int> :<info> |Reply to LUSERS command - Number of channels formed}}
 +
{{Numericlist2|255 |RPL_LUSERME |RFC1459 |:I have <int> clients and <int> servers |Reply to LUSERS command - Information about local connections; Text may vary.}}
 +
{{Numericlist2|256 |RPL_ADMINME |RFC1459 |<server> :<info> |Start of an RPL_ADMIN* reply. In practise, the server parameter is often never given, and instead the info field contains the text 'Administrative info about <server>'. Newer daemons seem to follow the RFC and output the server's hostname in the 'server' parameter, but also output the server name in the text as per traditional daemons.}}
 +
{{Numericlist2|257 |RPL_ADMINLOC1 |RFC1459 |:<admin_location> |Reply to ADMIN command (Location, first line)}}
 +
{{Numericlist2|258 |RPL_ADMINLOC2 |RFC1459 |:<admin_location> |Reply to ADMIN command (Location, second line)}}
 +
{{Numericlist2|259 |RPL_ADMINEMAIL |RFC1459 |:<email_address> |Reply to ADMIN command (E-mail address of administrator)}}
 +
{{Numericlist2|261 |RPL_TRACELOG |RFC1459 |File <logfile> <debug_level> |See RFC}}
 +
{{Numericlist2|262 |RPL_TRACEPING |||Extension to RFC1459?}}
 +
{{Numericlist2|262 |RPL_TRACEEND |RFC2812 |<server_name> <version>[.<debug_level>] :<info> |Used to terminate a list of RPL_TRACE* replies}}
 +
{{Numericlist2|263 |RPL_TRYAGAIN |RFC2812 |<command> :<info> |When a server drops a command without processing it, it MUST use this reply. Also known as RPL_LOAD_THROTTLED and RPL_LOAD2HI, I'm presuming they do the same thing.}}
 +
{{Numericlist2|265 |RPL_LOCALUSERS |aircd, Hybrid, Hybrid, Bahamut ||Also known as RPL_CURRENT_LOCAL}}
 +
{{Numericlist2|266 |RPL_GLOBALUSERS |aircd, Hybrid, Hybrid, Bahamut ||Also known as RPL_CURRENT_GLOBAL}}
 +
{{Numericlist2|267 |RPL_START_NETSTAT |aircd ||}}
 +
{{Numericlist2|268 |RPL_NETSTAT |aircd ||}}
 +
{{Numericlist2|269 |RPL_END_NETSTAT |aircd ||}}
 +
{{Numericlist2|270 |RPL_PRIVS |ircu ||}}
 +
{{Numericlist2|271 |RPL_SILELIST |ircu ||}}
 +
{{Numericlist2|272 |RPL_ENDOFSILELIST |ircu ||}}
 +
{{Numericlist2|273 |RPL_NOTIFY |aircd ||}}
 +
{{Numericlist2|274 |RPL_ENDNOTIFY |aircd ||}}
 +
{{Numericlist2|274 |RPL_STATSDELTA |IRCnet ||}}
 +
{{Numericlist2|275 |RPL_STATSDLINE |ircu, Ultimate ||}}
 +
{{Numericlist2|276 |RPL_VCHANEXIST |||}}
 +
{{Numericlist2|277 |RPL_VCHANLIST |||}}
 +
{{Numericlist2|278 |RPL_VCHANHELP |||}}
 +
{{Numericlist2|280 |RPL_GLIST |ircu ||}}
 +
{{Numericlist2|281 |RPL_ENDOFGLIST |ircu ||}}
 +
{{Numericlist2|281 |RPL_ACCEPTLIST |||}}
 +
{{Numericlist2|282 |RPL_ENDOFACCEPT |||}}
 +
{{Numericlist2|282 |RPL_JUPELIST |ircu ||}}
 +
{{Numericlist2|283 |RPL_ALIST |||}}
 +
{{Numericlist2|283 |RPL_ENDOFJUPELIST |ircu ||}}
 +
{{Numericlist2|284 |RPL_ENDOFALIST |||}}
 +
{{Numericlist2|284 |RPL_FEATURE |ircu ||}}
 +
{{Numericlist2|285 |RPL_GLIST_HASH |||}}
 +
{{Numericlist2|285 |RPL_CHANINFO_HANDLE |aircd ||}}
 +
{{Numericlist2|285 |RPL_NEWHOSTIS |QuakeNet ||}}
 +
{{Numericlist2|286 |RPL_CHANINFO_USERS |aircd ||}}
 +
{{Numericlist2|286 |RPL_CHKHEAD |QuakeNet ||}}
 +
{{Numericlist2|287 |RPL_CHANINFO_CHOPS |aircd ||}}
 +
{{Numericlist2|287 |RPL_CHANUSER |QuakeNet ||}}
 +
{{Numericlist2|288 |RPL_CHANINFO_VOICES |aircd ||}}
 +
{{Numericlist2|288 |RPL_PATCHHEAD |QuakeNet ||}}
 +
{{Numericlist2|289 |RPL_CHANINFO_AWAY |aircd ||}}
 +
{{Numericlist2|289 |RPL_PATCHCON |QuakeNet ||}}
 +
{{Numericlist2|290 |RPL_CHANINFO_OPERS |aircd ||}}
 +
{{Numericlist2|290 |RPL_HELPHDR |Unreal ||}}
 +
{{Numericlist2|290 |RPL_DATASTR |QuakeNet ||}}
 +
{{Numericlist2|291 |RPL_CHANINFO_BANNED |aircd ||}}
 +
{{Numericlist2|291 |RPL_HELPOP |Unreal ||}}
 +
{{Numericlist2|291 |RPL_ENDOFCHECK |QuakeNet ||}}
 +
{{Numericlist2|292 |RPL_CHANINFO_BANS |aircd ||}}
 +
{{Numericlist2|292 |RPL_HELPTLR |Unreal ||}}
 +
{{Numericlist2|293 |RPL_CHANINFO_INVITE |aircd ||}}
 +
{{Numericlist2|293 |RPL_HELPHLP |Unreal ||}}
 +
{{Numericlist2|294 |RPL_CHANINFO_INVITES |aircd ||}}
 +
{{Numericlist2|294 |RPL_HELPFWD |Unreal ||}}
 +
{{Numericlist2|295 |RPL_CHANINFO_KICK |aircd ||}}
 +
{{Numericlist2|295 |RPL_HELPIGN |Unreal ||}}
 +
{{Numericlist2|296 |RPL_CHANINFO_KICKS |aircd ||}}
 +
{{Numericlist2|299 |RPL_END_CHANINFO |aircd ||}}
 +
{{Numericlist2|300 |RPL_NONE |RFC1459 ||Dummy reply, supposedly only used for debugging/testing new features, however has appeared in production daemons.}}
 +
{{Numericlist2|301 |RPL_AWAY |RFC1459 |<nick> :<message> |Used in reply to a command directed at a user who is marked as away}}
 +
{{Numericlist2|301 |RPL_AWAY |KineIRCd |<nick> <seconds away> :<message> |Identical to RPL_AWAY, however this includes the number of seconds the user has been away for. This is designed to discourage the need for people to use those horrible scripts which set the AWAY message every 30 seconds in order to include an 'away since' timer.}}
 +
{{Numericlist2|302 |RPL_USERHOST |RFC1459 |:*1<reply> *( ' ' <reply> ) |Reply used by USERHOST (see RFC)}}
 +
{{Numericlist2|303 |RPL_ISON |RFC1459 |:*1<nick> *( ' ' <nick> ) |Reply to the ISON command (see RFC)}}
 +
{{Numericlist2|304 |RPL_TEXT |||}}
 +
{{Numericlist2|305 |RPL_UNAWAY |RFC1459 |:<info> |Reply from AWAY when no longer marked as away}}
 +
{{Numericlist2|306 |RPL_NOWAWAY |RFC1459 |:<info> |Reply from AWAY when marked away}}
 +
{{Numericlist2|307 |RPL_USERIP |||}}
 +
{{Numericlist2|307 |RPL_WHOISREGNICK |Bahamut, Unreal ||}}
 +
{{Numericlist2|307 |RPL_SUSERHOST |AustHex ||}}
 +
{{Numericlist2|308 |RPL_NOTIFYACTION |aircd ||}}
 +
{{Numericlist2|308 |RPL_WHOISADMIN |Bahamut ||}}
 +
{{Numericlist2|308 |RPL_RULESSTART |Unreal ||}}
 +
{{Numericlist2|309 |RPL_NICKTRACE |aircd ||}}
 +
{{Numericlist2|309 |RPL_WHOISSADMIN |Bahamut ||}}
 +
{{Numericlist2|309 |RPL_ENDOFRULES |Unreal ||}}
 +
{{Numericlist2|309 |RPL_WHOISHELPER |AustHex ||}}
 +
{{Numericlist2|310 |RPL_WHOISSVCMSG |Bahamut ||}}
 +
{{Numericlist2|310 |RPL_WHOISHELPOP |Unreal ||}}
 +
{{Numericlist2|310 |RPL_WHOISSERVICE |AustHex ||}}
 +
{{Numericlist2|311 |RPL_WHOISUSER |RFC1459 |<nick> <user> <host> * :<real_name> |Reply to WHOIS - Information about the user}}
 +
{{Numericlist2|312 |RPL_WHOISSERVER |RFC1459 |<nick> <server> :<server_info> |Reply to WHOIS - What server they're on}}
 +
{{Numericlist2|313 |RPL_WHOISOPERATOR |RFC1459 |<nick> :<privileges> |Reply to WHOIS - User has IRC Operator privileges}}
 +
{{Numericlist2|314 |RPL_WHOWASUSER |RFC1459 |<nick> <user> <host> * :<real_name> |Reply to WHOWAS - Information about the user}}
 +
{{Numericlist2|315 |RPL_ENDOFWHO |RFC1459 |<name> :<info> |Used to terminate a list of RPL_WHOREPLY replies}}
 +
{{Numericlist2|316 |RPL_WHOISCHANOP |RFC1459 ||}}
 +
{{Numericlist2|317 |RPL_WHOISIDLE |RFC1459 |<nick> <seconds> :seconds idle |Reply to WHOIS - Idle information}}
 +
{{Numericlist2|318 |RPL_ENDOFWHOIS |RFC1459 |<nick> :<info> |Reply to WHOIS - End of list}}
 +
{{Numericlist2|319 |RPL_WHOISCHANNELS |RFC1459 |<nick> :*( ( '@' / '+' ) <channel> ' ' ) |Reply to WHOIS - Channel list for user (See RFC)}}
 +
{{Numericlist2|320 |RPL_WHOISVIRT |AustHex ||}}
 +
{{Numericlist2|320 |RPL_WHOIS_HIDDEN |Anothernet ||}}
 +
{{Numericlist2|320 |RPL_WHOISSPECIAL |Unreal ||}}
 +
{{Numericlist2|321 |RPL_LISTSTART |RFC1459 |Channels :Users Name |Channel list - Header}}
 +
{{Numericlist2|322 |RPL_LIST |RFC1459 |<channel> <#_visible> :<topic> |Channel list - A channel}}
 +
{{Numericlist2|323 |RPL_LISTEND |RFC1459 |:<info> |Channel list - End of list}}
 +
{{Numericlist2|324 |RPL_CHANNELMODEIS |RFC1459 |<channel> <mode> <mode_params> |}}
 +
{{Numericlist2|325 |RPL_UNIQOPIS |RFC2812 |<channel> <nickname> |}}
 +
{{Numericlist2|325 |RPL_CHANNELPASSIS |||}}
 +
{{Numericlist2|326 |RPL_NOCHANPASS |||}}
 +
{{Numericlist2|327 |RPL_CHPASSUNKNOWN |||}}
 +
{{Numericlist2|328 |RPL_CHANNEL_URL |Bahamut, AustHex ||}}
 +
{{Numericlist2|329 |RPL_CREATIONTIME |Bahamut ||}}
 +
{{Numericlist2|330 |RPL_WHOWAS_TIME |||}}
 +
{{Numericlist2|330 |RPL_WHOISACCOUNT |ircu |<nick> <authname> :<info> |}}
 +
{{Numericlist2|331 |RPL_NOTOPIC |RFC1459 |<channel> :<info> |Response to TOPIC when no topic is set}}
 +
{{Numericlist2|332 |RPL_TOPIC |RFC1459 |<channel> :<topic> |Response to TOPIC with the set topic}}
 +
{{Numericlist2|333 |RPL_TOPICWHOTIME |ircu ||}}
 +
{{Numericlist2|334 |RPL_LISTUSAGE |ircu ||}}
 +
{{Numericlist2|334 |RPL_COMMANDSYNTAX |Bahamut ||}}
 +
{{Numericlist2|334 |RPL_LISTSYNTAX |Unreal ||}}
 +
{{Numericlist2|335 |RPL_WHOISBOT |Unreal ||}}
 +
{{Numericlist2|338 |RPL_CHANPASSOK |||}}
 +
{{Numericlist2|338 |RPL_WHOISACTUALLY |ircu, Bahamut ||}}
 +
{{Numericlist2|339 |RPL_BADCHANPASS |||}}
 +
{{Numericlist2|340 |RPL_USERIP |ircu ||}}
 +
{{Numericlist2|341 |RPL_INVITING |RFC1459 |<nick> <channel> |Returned by the server to indicate that the attempted INVITE message was successful and is being passed onto the end client. Note that RFC1459 documents the parameters in the reverse order. The format given here is the format used on production servers, and should be considered the standard reply above that given by RFC1459.}}
 +
{{Numericlist2|342 |RPL_SUMMONING |RFC1459 |<user> :<info> |Returned by a server answering a SUMMON message to indicate that it is summoning that user}}
 +
{{Numericlist2|345 |RPL_INVITED |GameSurge |<channel> <user being invited> <user issuing invite> :<user being invited> has been invited by <user issuing invite> |Sent to users on a channel when an INVITE command has been issued}}
 +
{{Numericlist2|346 |RPL_INVITELIST |RFC2812 |<channel> <invitemask> |An invite mask for the invite mask list}}
 +
{{Numericlist2|347 |RPL_ENDOFINVITELIST |RFC2812 |<channel> :<info> |Termination of an RPL_INVITELIST list}}
 +
{{Numericlist2|348 |RPL_EXCEPTLIST |RFC2812 |<channel> <exceptionmask> |An exception mask for the exception mask list. Also known as RPL_EXLIST (Unreal, Ultimate)}}
 +
{{Numericlist2|349 |RPL_ENDOFEXCEPTLIST |RFC2812 |<channel> :<info> |Termination of an RPL_EXCEPTLIST list. Also known as RPL_ENDOFEXLIST (Unreal, Ultimate)}}
 +
{{Numericlist2|351 |RPL_VERSION |RFC1459 |<version>[.<debuglevel>] <server> :<comments> |Reply by the server showing its version details, however this format is not often adhered to}}
 +
{{Numericlist2|352 |RPL_WHOREPLY |RFC1459 |<channel> <user> <host> <server> <nick> <H&#124;G>[*]<highest-prefix> :<hopcount> <real_name> |Reply to vanilla WHO (See RFC). This format can be very different if the 'WHOX' version of the command is used (see ircu). For InspIRCd we send the highest prefix for that user and given channel if any (instead of the original @ or +). InspIRCd also will always send 0 for hopcount.}}
 +
{{Numericlist2|353 |RPL_NAMREPLY |RFC1459 |[@*&#61;] <channel> ' ' : <highest-prefix><nick> *( ' ' <highest-prefix> <nick> ) |Reply to NAMES (See RFC)(<highest-prefix> always for the next <nick>, can be empty), chanmode +s will be @, +p will be *, -sp will be &#61; in the [@*&#61;] channel prefix - or empty for non-rfc2811 ircds}}
 +
{{Numericlist2|354 |RPL_WHOSPCRPL |ircu ||Reply to WHO, however it is a 'special' reply because it is returned using a non-standard (non-RFC1459) format. The format is dictated by the command given by the user, and can vary widely. When this is used, the WHO command was invoked in its 'extended' form, as announced by the 'WHOX' ISUPPORT tag.}}
 +
{{Numericlist2|355 |RPL_NAMREPLY_ |QuakeNet |( ' ' / '*' / '@' ) <channel> ' ' : [ '@' / '+' ] <nick> *( ' ' [ '@' / '+' ] <nick> ) |Reply to the "NAMES -d" command - used to show invisible users (when the channel is set +D, QuakeNet relative). The proper define name for this numeric is unknown at this time Also see #353.}}
 +
{{Numericlist2|357 |RPL_MAP |AustHex ||}}
 +
{{Numericlist2|358 |RPL_MAPMORE |AustHex ||}}
 +
{{Numericlist2|359 |RPL_MAPEND |AustHex ||}}
 +
{{Numericlist2|361 |RPL_KILLDONE |RFC1459 ||}}
 +
{{Numericlist2|362 |RPL_CLOSING |RFC1459 ||}}
 +
{{Numericlist2|363 |RPL_CLOSEEND |RFC1459 ||}}
 +
{{Numericlist2|364 |RPL_LINKS |RFC1459 |<mask> <server> :<hopcount> <server_info> |Reply to the LINKS command}}
 +
{{Numericlist2|365 |RPL_ENDOFLINKS |RFC1459 |<mask> :<info> |Termination of an RPL_LINKS list}}
 +
{{Numericlist2|366 |RPL_ENDOFNAMES |RFC1459 |<channel> :<info> |Termination of an RPL_NAMREPLY list}}
 +
{{Numericlist2|367 |RPL_BANLIST |RFC1459 |<channel> <banid> [<time_left> :<reason>] |A ban-list item (See RFC); <time left> and <reason> are additions used by KineIRCd}}
 +
{{Numericlist2|368 |RPL_ENDOFBANLIST |RFC1459 |<channel> :<info> |Termination of an RPL_BANLIST list}}
 +
{{Numericlist2|369 |RPL_ENDOFWHOWAS |RFC1459 |<nick> :<info> |Reply to WHOWAS - End of list}}
 +
{{Numericlist2|371 |RPL_INFO |RFC1459 |:<string> |Reply to INFO}}
 +
{{Numericlist2|372 |RPL_MOTD |RFC1459 |:- <string> |Reply to MOTD}}
 +
{{Numericlist2|373 |RPL_INFOSTART |RFC1459 ||}}
 +
{{Numericlist2|374 |RPL_ENDOFINFO |RFC1459 |:<info> |Termination of an RPL_INFO list}}
 +
{{Numericlist2|375 |RPL_MOTDSTART |RFC1459 |:- <server> Message of the day - |Start of an RPL_MOTD list}}
 +
{{Numericlist2|376 |RPL_ENDOFMOTD |RFC1459 |:<info> |Termination of an RPL_MOTD list}}
 +
{{Numericlist2|377 |RPL_KICKEXPIRED |aircd ||}}
 +
{{Numericlist2|377 |RPL_SPAM |AustHex |:<text> |Used during the connection (after MOTD) to announce the network policy on spam and privacy. Supposedly now obsoleted in favour of using NOTICE.}}
 +
{{Numericlist2|378 |RPL_BANEXPIRED |aircd ||}}
 +
{{Numericlist2|378 |RPL_WHOISHOST |Unreal ||}}
 +
{{Numericlist2|378 |RPL_MOTD |AustHex ||Used by AustHex to 'force' the display of the MOTD, however is considered obsolete due to client/script awareness & ability to Also see #372.}}
 +
{{Numericlist2|379 |RPL_KICKLINKED |aircd ||}}
 +
{{Numericlist2|379 |RPL_WHOISMODES |Unreal ||}}
 +
{{Numericlist2|380 |RPL_BANLINKED |aircd ||}}
 +
{{Numericlist2|380 |RPL_YOURHELPER |AustHex ||}}
 +
{{Numericlist2|381 |RPL_YOUREOPER |RFC1459 |:<info> |Successful reply from OPER}}
 +
{{Numericlist2|382 |RPL_REHASHING |RFC1459 |<config_file> :<info> |Successful reply from REHASH}}
 +
{{Numericlist2|383 |RPL_YOURESERVICE |RFC2812 |:You are service <service_name> |Sent upon successful registration of a service}}
 +
{{Numericlist2|384 |RPL_MYPORTIS |RFC1459 ||}}
 +
{{Numericlist2|385 |RPL_NOTOPERANYMORE |AustHex, Hybrid, Unreal ||}}
 +
{{Numericlist2|386 |RPL_QLIST |Unreal ||}}
 +
{{Numericlist2|386 |RPL_IRCOPS |Ultimate ||}}
 +
{{Numericlist2|387 |RPL_ENDOFQLIST |Unreal ||}}
 +
{{Numericlist2|387 |RPL_ENDOFIRCOPS |Ultimate ||}}
 +
{{Numericlist2|388 |RPL_ALIST |Unreal ||}}
 +
{{Numericlist2|389 |RPL_ENDOFALIST |Unreal ||}}
 +
{{Numericlist2|391 |RPL_TIME |RFC1459 |<server> :<time string> |Response to the TIME command. The string format may vary greatly. Also see #679.}}
 +
{{Numericlist2|391 |RPL_TIME |ircu |<server> <timestamp> <offset> :<time string> |This extention adds the timestamp and timestamp-offet information for clients.}}
 +
{{Numericlist2|391 |RPL_TIME |bdq-ircd |<server> <timezone name> <microseconds> :<time string> |Timezone name is acronym style (eg. 'EST', 'PST' etc). The microseconds field is the number of microseconds since the UNIX epoch, however it is relative to the local timezone of the server. The timezone field is ambiguous, since it only appears to include American zones.}}
 +
{{Numericlist2|391 |RPL_TIME ||<server> <year> <month> <day> <hour> <minute> <second> |Yet another variation, including the time broken down into its components. Time is supposedly relative to UTC.}}
 +
{{Numericlist2|392 |RPL_USERSSTART |RFC1459 |:UserID Terminal Host |Start of an RPL_USERS list}}
 +
{{Numericlist2|393 |RPL_USERS |RFC1459 |:<username> <ttyline> <hostname> |Response to the USERS command (See RFC)}}
 +
{{Numericlist2|394 |RPL_ENDOFUSERS |RFC1459 |:<info> |Termination of an RPL_USERS list}}
 +
{{Numericlist2|395 |RPL_NOUSERS |RFC1459 |:<info> |Reply to USERS when nobody is logged in}}
 +
{{Numericlist2|396 |RPL_HOSTHIDDEN |Undernet ||Reply to a user when user mode +x (host masking) was set successfully}}
 +
{{Numericlist2|400 |ERR_UNKNOWNERROR ||<command> [<?>] :<info> |Sent when an error occured executing a command, but it is not specifically known why the command could not be executed.}}
 +
{{Numericlist2|401 |ERR_NOSUCHNICK |RFC1459 |<nick> :<reason> |Used to indicate the nickname parameter supplied to a command is currently unused}}
 +
{{Numericlist2|402 |ERR_NOSUCHSERVER |RFC1459 |<server> :<reason> |Used to indicate the server name given currently doesn't exist}}
 +
{{Numericlist2|403 |ERR_NOSUCHCHANNEL |RFC1459 |<channel> :<reason> |Used to indicate the given channel name is invalid, or does not exist}}
 +
{{Numericlist2|404 |ERR_CANNOTSENDTOCHAN |RFC1459 |<channel> :<reason> |Sent to a user who does not have the rights to send a message to a channel}}
 +
{{Numericlist2|405 |ERR_TOOMANYCHANNELS |RFC1459 |<channel> :<reason> |Sent to a user when they have joined the maximum number of allowed channels and they tried to join another channel}}
 +
{{Numericlist2|406 |ERR_WASNOSUCHNICK |RFC1459 |<nick> :<reason> |Returned by WHOWAS to indicate there was no history information for a given nickname}}
 +
{{Numericlist2|407 |ERR_TOOMANYTARGETS |RFC1459 |<target> :<reason> |The given target(s) for a command are ambiguous in that they relate to too many targets}}
 +
{{Numericlist2|408 |ERR_NOSUCHSERVICE |RFC2812 |<service_name> :<reason> |Returned to a client which is attempting to send an SQUERY (or other message) to a service which does not exist}}
 +
{{Numericlist2|408 |ERR_NOCOLORSONCHAN |Bahamut ||}}
 +
{{Numericlist2|409 |ERR_NOORIGIN |RFC1459 |:<reason> |PING or PONG message missing the originator parameter which is required since these commands must work without valid prefixes}}
 +
{{Numericlist2|411 |ERR_NORECIPIENT |RFC1459 |:<reason> |Returned when no recipient is given with a command}}
 +
{{Numericlist2|412 |ERR_NOTEXTTOSEND |RFC1459 |:<reason> |Returned when NOTICE/PRIVMSG is used with no message given}}
 +
{{Numericlist2|413 |ERR_NOTOPLEVEL |RFC1459 |<mask> :<reason> |Used when a message is being sent to a mask without being limited to a top-level domain (i.e. * instead of *.au)}}
 +
{{Numericlist2|414 |ERR_WILDTOPLEVEL |RFC1459 |<mask> :<reason> |Used when a message is being sent to a mask with a wild-card for a top level domain (i.e. *.*)}}
 +
{{Numericlist2|415 |ERR_BADMASK |RFC2812 |<mask> :<reason> |Used when a message is being sent to a mask with an invalid syntax}}
 +
{{Numericlist2|416 |ERR_TOOMANYMATCHES |IRCnet |<command> [<mask>] :<info> |Returned when too many matches have been found for a command and the output has been truncated. An example would be the WHO command, where by the mask '*' would match everyone on the network! Ouch!}}
 +
{{Numericlist2|416 |ERR_QUERYTOOLONG |ircu ||Same as ERR_TOOMANYMATCHES}}
 +
{{Numericlist2|419 |ERR_LENGTHTRUNCATED |aircd ||}}
 +
{{Numericlist2|421 |ERR_UNKNOWNCOMMAND |RFC1459 |<command> :<reason> |Returned when the given command is unknown to the server (or hidden because of lack of access rights)}}
 +
{{Numericlist2|422 |ERR_NOMOTD |RFC1459 |:<reason> |Sent when there is no MOTD to send the client}}
 +
{{Numericlist2|423 |ERR_NOADMININFO |RFC1459 |<server> :<reason> |Returned by a server in response to an ADMIN request when no information is available. RFC1459 mentions this in the list of numerics. While it's not listed as a valid reply in section 4.3.7 ('Admin command'), it's confirmed to exist in the real world.}}
 +
{{Numericlist2|424 |ERR_FILEERROR |RFC1459 |:<reason> |Generic error message used to report a failed file operation during the processing of a command}}
 +
{{Numericlist2|425 |ERR_NOOPERMOTD |Unreal ||}}
 +
{{Numericlist2|429 |ERR_TOOMANYAWAY |Bahamut ||}}
 +
{{Numericlist2|430 |ERR_EVENTNICKCHANGE |AustHex ||Returned by NICK when the user is not allowed to change their nickname due to a channel event (channel mode +E)}}
 +
{{Numericlist2|431 |ERR_NONICKNAMEGIVEN |RFC1459 |:<reason> |Returned when a nickname parameter expected for a command isn't found}}
 +
{{Numericlist2|432 |ERR_ERRONEUSNICKNAME |RFC1459 |<nick> :<reason> |Returned after receiving a NICK message which contains a nickname which is considered invalid, such as it's reserved ('anonymous') or contains characters considered invalid for nicknames. This numeric is misspelt, but remains with this name for historical reasons :)}}
 +
{{Numericlist2|433 |ERR_NICKNAMEINUSE |RFC1459 |<nick> :<reason> |Returned by the NICK command when the given nickname is already in use}}
 +
{{Numericlist2|434 |ERR_SERVICENAMEINUSE |AustHex? ||}}
 +
{{Numericlist2|434 |ERR_NORULES |Unreal, Ultimate ||}}
 +
{{Numericlist2|435 |ERR_SERVICECONFUSED |Unreal ||}}
 +
{{Numericlist2|435 |ERR_BANONCHAN |Bahamut ||}}
 +
{{Numericlist2|436 |ERR_NICKCOLLISION |RFC1459 |<nick> :<reason> |Returned by a server to a client when it detects a nickname collision}}
 +
{{Numericlist2|437 |ERR_UNAVAILRESOURCE |RFC2812 |<nick/channel/service> :<reason> |Return when the target is unable to be reached temporarily, eg. a delay mechanism in play, or a service being offline}}
 +
{{Numericlist2|437 |ERR_BANNICKCHANGE |ircu ||}}
 +
{{Numericlist2|438 |ERR_NICKTOOFAST |ircu ||Also known as ERR_NCHANGETOOFAST (Unreal, Ultimate)}}
 +
{{Numericlist2|438 |ERR_DEAD |IRCnet ||}}
 +
{{Numericlist2|439 |ERR_TARGETTOOFAST |ircu ||Also known as many other things, RPL_INVTOOFAST, RPL_MSGTOOFAST etc}}
 +
{{Numericlist2|440 |ERR_SERVICESDOWN |Bahamut, Unreal ||}}
 +
{{Numericlist2|441 |ERR_USERNOTINCHANNEL |RFC1459 |<nick> <channel> :<reason> |Returned by the server to indicate that the target user of the command is not on the given channel}}
 +
{{Numericlist2|442 |ERR_NOTONCHANNEL |RFC1459 |<channel> :<reason> |Returned by the server whenever a client tries to perform a channel effecting command for which the client is not a member}}
 +
{{Numericlist2|443 |ERR_USERONCHANNEL |RFC1459 |<nick> <channel> [:<reason>] |Returned when a client tries to invite a user to a channel they're already on}}
 +
{{Numericlist2|444 |ERR_NOLOGIN |RFC1459 |<user> :<reason> |Returned by the SUMMON command if a given user was not logged in and could not be summoned}}
 +
{{Numericlist2|445 |ERR_SUMMONDISABLED |RFC1459 |:<reason> |Returned by SUMMON when it has been disabled or not implemented}}
 +
{{Numericlist2|446 |ERR_USERSDISABLED |RFC1459 |:<reason> |Returned by USERS when it has been disabled or not implemented}}
 +
{{Numericlist2|447 |ERR_NONICKCHANGE |Unreal ||}}
 +
{{Numericlist2|449 |ERR_NOTIMPLEMENTED |Undernet |Unspecified |Returned when a requested feature is not implemented (and cannot be completed)}}
 +
{{Numericlist2|451 |ERR_NOTREGISTERED |RFC1459 |:<reason> |Returned by the server to indicate that the client must be registered before the server will allow it to be parsed in detail}}
 +
{{Numericlist2|452 |ERR_IDCOLLISION |||}}
 +
{{Numericlist2|453 |ERR_NICKLOST |||}}
 +
{{Numericlist2|455 |ERR_HOSTILENAME |Unreal ||}}
 +
{{Numericlist2|456 |ERR_ACCEPTFULL |||}}
 +
{{Numericlist2|457 |ERR_ACCEPTEXIST |||}}
 +
{{Numericlist2|458 |ERR_ACCEPTNOT |||}}
 +
{{Numericlist2|459 |ERR_NOHIDING |Unreal ||Not allowed to become an invisible operator?}}
 +
{{Numericlist2|460 |ERR_NOTFORHALFOPS |Unreal ||}}
 +
{{Numericlist2|461 |ERR_NEEDMOREPARAMS |RFC1459 |<command> :<reason> |Returned by the server by any command which requires more parameters than the number of parameters given}}
 +
{{Numericlist2|462 |ERR_ALREADYREGISTERED |RFC1459 |:<reason> |Returned by the server to any link which attempts to register again}}
 +
{{Numericlist2|463 |ERR_NOPERMFORHOST |RFC1459 |:<reason> |Returned to a client which attempts to register with a server which has been configured to refuse connections from the client's host}}
 +
{{Numericlist2|464 |ERR_PASSWDMISMATCH |RFC1459 |:<reason> |Returned by the PASS command to indicate the given password was required and was either not given or was incorrect}}
 +
{{Numericlist2|465 |ERR_YOUREBANNEDCREEP |RFC1459 |:<reason> |Returned to a client after an attempt to register on a server configured to ban connections from that client}}
 +
{{Numericlist2|466 |ERR_YOUWILLBEBANNED |RFC1459 ||Sent by a server to a user to inform that access to the server will soon be denied}}
 +
{{Numericlist2|467 |ERR_KEYSET |RFC1459 |<channel> :<reason> |Returned when the channel key for a channel has already been set}}
 +
{{Numericlist2|468 |ERR_INVALIDUSERNAME |ircu ||}}
 +