X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=57ecee4dfb7ef69c8513fee766f73dec64e17a38;hb=b18e6b5556f2deedf6ebf154477c4d69dcf02638;hp=606e23819c5722e8df930f1285fa56f6c4578aed;hpb=787ccb22dcc43c707954786f677943e8b746e470;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index 606e23819..57ecee4df 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -46,12 +46,12 @@ enum RPL_SERVERVERSION = 4, // 2812, not 1459 RPL_ISUPPORT = 5, // not RFC, extremely common though (defined as RPL_BOUNCE in 2812, widely ignored) - RPL_MAP = 6, // unrealircd - RPL_ENDMAP = 7, // unrealircd RPL_SNOMASKIS = 8, // unrealircd RPL_REDIR = 10, - RPL_YOURUUID = 42, // taken from ircnet + RPL_MAP = 15, // ircu + RPL_ENDMAP = 17, // ircu + RPL_MAPUSERS = 18, // insp-specific RPL_UMODEIS = 221, RPL_RULES = 232, // unrealircd @@ -70,12 +70,9 @@ enum RPL_LOCALUSERS = 265, RPL_GLOBALUSERS = 266, - RPL_MAPUSERS = 270, // insp-specific - RPL_AWAY = 301, RPL_USERHOST = 302, RPL_ISON = 303, - RPL_SYNTAX = 304, // insp-specific RPL_UNAWAY = 305, RPL_NOWAWAY = 306, @@ -84,7 +81,6 @@ enum RPL_RULESEND = 309, // unrealircd RPL_WHOISSERVER = 312, - RPL_WHOWASUSER = 314, RPL_ENDOFWHO = 315, RPL_ENDOFWHOIS = 318, @@ -109,7 +105,6 @@ enum RPL_LINKS = 364, RPL_ENDOFLINKS = 365, RPL_ENDOFNAMES = 366, - RPL_ENDOFWHOWAS = 369, RPL_INFO = 371, RPL_ENDOFINFO = 374, @@ -117,8 +112,6 @@ enum RPL_MOTDSTART = 375, RPL_ENDOFMOTD = 376, - RPL_WHOWASIP = 379, - RPL_YOUAREOPER = 381, RPL_REHASHING = 382, RPL_TIME = 391, @@ -168,6 +161,7 @@ enum * -- A message from the IRC group for coder sanity, and w00t */ ERR_BADCHANNELKEY = 475, + ERR_BADCHANMASK = 476, ERR_INVITEONLYCHAN = 473, ERR_CHANNELISFULL = 471, ERR_BANNEDFROMCHAN = 474, @@ -189,12 +183,14 @@ enum ERR_CANTJOINOPERSONLY = 520, // unrealircd, but crap to have so many numerics for cant join.. ERR_CANTSENDTOUSER = 531, // ??? - RPL_COMMANDS = 702, // insp-specific - RPL_COMMANDSEND = 703, // insp-specific + RPL_SYNTAX = 650, // insp-specific ERR_CHANOPEN = 713, ERR_KNOCKONCHAN = 714, + RPL_OTHERUMODEIS = 803, // insp-specific + RPL_OTHERSNOMASKIS = 804, // insp-specific + ERR_WORDFILTERED = 936, // insp-specific, would be nice if we could get rid of this.. ERR_CANTUNLOADMODULE = 972, // insp-specific RPL_UNLOADEDMODULE = 973, // insp-specific