]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Fix the numeric sent when a U-lined alias target is not online.
[user/henk/code/inspircd.git] / include / numerics.h
index fa694e21476117e36e45f3d8ccae3b5d55ee71e6..98abf2bbedbf4dd3915a7ec6cd293e7efd52586c 100644 (file)
@@ -49,6 +49,7 @@ enum
        RPL_MAP                         = 15, // ircu
        RPL_ENDMAP                      = 17, // ircu
        RPL_MAPUSERS                    = 18, // insp-specific
+       RPL_SAVENICK                    = 43, // From irc2.
 
        RPL_STATS                       = 210, // From aircd.
        RPL_UMODEIS                     = 221,
@@ -112,6 +113,7 @@ enum
        ERR_CANNOTSENDTOCHAN            = 404,
        ERR_TOOMANYCHANNELS             = 405,
        ERR_WASNOSUCHNICK               = 406,
+       ERR_NOSUCHSERVICE               = 408, // From RFC 2812.
        ERR_NOTEXTTOSEND                = 412,
        ERR_UNKNOWNCOMMAND              = 421,
        ERR_NOMOTD                      = 422,