]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Implement support for draft-brocklesby-irc-isupport-03 escapes.
[user/henk/code/inspircd.git] / include / numerics.h
index a105b970e1fd19e5850e17b51f7d7f0732b98e24..2dc8d841489651d35c514740c81762e4ae01e9d8 100644 (file)
@@ -73,7 +73,6 @@ enum
        RPL_AWAY                        = 301,
        RPL_USERHOST                    = 302,
        RPL_ISON                        = 303,
-       RPL_SYNTAX                      = 304, // insp-specific
 
        RPL_UNAWAY                      = 305,
        RPL_NOWAWAY                     = 306,
@@ -187,6 +186,8 @@ enum
        ERR_CANTJOINOPERSONLY           = 520, // unrealircd, but crap to have so many numerics for cant join..
        ERR_CANTSENDTOUSER              = 531, // ???
 
+       RPL_SYNTAX                      = 650, // insp-specific
+
        ERR_CHANOPEN                    = 713,
        ERR_KNOCKONCHAN                 = 714,