]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Rename HasPermission to HasCommandPermission.
[user/henk/code/inspircd.git] / include / numerics.h
index 8c2f0ce11887194c86abfb8ef6f649ce29355b71..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
@@ -159,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