]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Implement support for WEBIRC attributes.
[user/henk/code/inspircd.git] / include / numerics.h
index 9e0ee07da6b98731c3498324f28112808d0dc7cb..343f882527007117524d5341e32b274b78153121 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,9 +63,6 @@ enum
        RPL_USERHOST                    = 302,
        RPL_ISON                        = 303,
 
-       RPL_UNAWAY                      = 305,
-       RPL_NOWAWAY                     = 306,
-
        RPL_WHOISSERVER                 = 312,
        RPL_ENDOFWHOIS                  = 318,
 
@@ -162,7 +152,6 @@ 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, // ???