]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
m_check: rename the timestamp key to createdat.
[user/henk/code/inspircd.git] / include / numerics.h
index 29cbca2e3da3a33483f318ed27973763401f4503..8b574b24922519efc77e9520ba74f8ebe4a46074 100644 (file)
  */
 enum
 {
-       /*
-        * Reply range of numerics.
-        */
-       RPL_WELCOME                     = 1, // 2812, not 1459
-       RPL_YOURHOSTIS                  = 2, // 2812, not 1459
-       RPL_SERVERCREATED               = 3, // 2812, not 1459
-       RPL_SERVERVERSION               = 4, // 2812, not 1459
        RPL_ISUPPORT                    = 5, // not RFC, extremely common though (defined as RPL_BOUNCE in 2812, widely ignored)
 
        RPL_SNOMASKIS                   = 8, // unrealircd
@@ -70,12 +63,7 @@ enum
        RPL_USERHOST                    = 302,
        RPL_ISON                        = 303,
 
-       RPL_UNAWAY                      = 305,
-       RPL_NOWAWAY                     = 306,
-
        RPL_WHOISSERVER                 = 312,
-
-       RPL_ENDOFWHO                    = 315,
        RPL_ENDOFWHOIS                  = 318,
 
        RPL_LISTSTART                   = 321,
@@ -93,7 +81,6 @@ enum
        RPL_INVITELIST                  = 346, // insp-specific (stolen from ircu)
        RPL_ENDOFINVITELIST             = 347, // insp-specific (stolen from ircu)
        RPL_VERSION                     = 351,
-       RPL_WHOREPLY                    = 352,
        RPL_NAMREPLY                    = 353,
        RPL_LINKS                       = 364,
        RPL_ENDOFLINKS                  = 365,
@@ -165,13 +152,14 @@ enum
        ERR_RESTRICTED                  = 484,
 
        ERR_NOOPERHOST                  = 491,
-       ERR_DELAYREJOIN                 = 495, // insp-specific, XXX: we should use 'resource temporarily unavailable' from ircnet/ratbox or whatever
        ERR_UNKNOWNSNOMASK              = 501, // insp-specific
        ERR_USERSDONTMATCH              = 502,
        ERR_CANTSENDTOUSER              = 531, // ???
 
        RPL_SYNTAX                      = 650, // insp-specific
        ERR_INVALIDMODEPARAM            = 696, // insp-specific
+       ERR_LISTMODEALREADYSET          = 697, // insp-specific
+       ERR_LISTMODENOTSET              = 698, // insp-specific
 
        RPL_OTHERUMODEIS                = 803, // insp-specific
        RPL_OTHERSNOMASKIS              = 804, // insp-specific