summaryrefslogtreecommitdiff
path: root/include/numerics.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-04-22 14:31:28 +0100
committerPeter Powell <petpow@saberuk.com>2018-04-22 14:35:38 +0100
commit48a400f2e068527b338ceecf8ed1dde2da971ca9 (patch)
tree93375f28863762b4190a5e4cedfdfa44d6c3dab6 /include/numerics.h
parentba31d8080f75a0147d0b380f2c51251e024f0deb (diff)
Move a bunch of optional module numerics to the module source file.
Diffstat (limited to 'include/numerics.h')
-rw-r--r--include/numerics.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/numerics.h b/include/numerics.h
index b4ab0451b..29cbca2e3 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -45,14 +45,12 @@ enum
RPL_ISUPPORT = 5, // not RFC, extremely common though (defined as RPL_BOUNCE in 2812, widely ignored)
RPL_SNOMASKIS = 8, // unrealircd
- RPL_REDIR = 10,
RPL_MAP = 15, // ircu
RPL_ENDMAP = 17, // ircu
RPL_MAPUSERS = 18, // insp-specific
RPL_UMODEIS = 221,
- RPL_RULES = 232, // unrealircd
RPL_LUSERCLIENT = 251,
RPL_LUSEROP = 252,
@@ -75,9 +73,6 @@ enum
RPL_UNAWAY = 305,
RPL_NOWAWAY = 306,
- RPL_RULESTART = 308, // unrealircd
- RPL_RULESEND = 309, // unrealircd
-
RPL_WHOISSERVER = 312,
RPL_ENDOFWHO = 315,
@@ -124,14 +119,12 @@ enum
ERR_CANNOTSENDTOCHAN = 404,
ERR_TOOMANYCHANNELS = 405,
ERR_WASNOSUCHNICK = 406,
- ERR_INVALIDCAPSUBCOMMAND = 410, // ratbox/charybdis(?)
ERR_NOTEXTTOSEND = 412,
ERR_UNKNOWNCOMMAND = 421,
ERR_NOMOTD = 422,
ERR_NONICKNAMEGIVEN = 431,
ERR_ERRONEUSNICKNAME = 432,
ERR_NICKNAMEINUSE = 433,
- ERR_NORULES = 434, // unrealircd
ERR_USERNOTINCHANNEL = 441,
ERR_NOTONCHANNEL = 442,
ERR_USERONCHANNEL = 443,
@@ -171,20 +164,15 @@ enum
ERR_RESTRICTED = 484,
- ERR_ALLMUSTSSL = 490, // unrealircd
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_CANTJOINOPERSONLY = 520, // unrealircd, but crap to have so many numerics for cant join..
ERR_CANTSENDTOUSER = 531, // ???
RPL_SYNTAX = 650, // insp-specific
ERR_INVALIDMODEPARAM = 696, // insp-specific
- ERR_CHANOPEN = 713,
- ERR_KNOCKONCHAN = 714,
-
RPL_OTHERUMODEIS = 803, // insp-specific
RPL_OTHERSNOMASKIS = 804, // insp-specific