X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=2dc8d841489651d35c514740c81762e4ae01e9d8;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=0447df35308a3ab1a8202a6028926e974ea892f4;hpb=43b5073d6f80a8dcb7044ecd127fd5893da033ab;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index 0447df353..2dc8d8414 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -35,7 +35,7 @@ * Please note that the list may not be exhaustive, it'll be done when I have * nothing better to do with my time. -- w00t (jul 13, 2008) */ -enum Numerics +enum { /* * Reply range of numerics. @@ -46,12 +46,12 @@ enum Numerics 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,11 +70,9 @@ enum Numerics RPL_LOCALUSERS = 265, RPL_GLOBALUSERS = 266, - RPL_MAPUSERS = 270, // insp-specific - RPL_AWAY = 301, - - RPL_SYNTAX = 304, // insp-specific + RPL_USERHOST = 302, + RPL_ISON = 303, RPL_UNAWAY = 305, RPL_NOWAWAY = 306, @@ -98,10 +96,12 @@ enum Numerics RPL_TOPIC = 332, RPL_TOPICTIME = 333, // not RFC, extremely common though + RPL_USERIP = 340, RPL_INVITING = 341, RPL_INVITELIST = 346, // insp-specific (stolen from ircu) RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu) RPL_VERSION = 351, + RPL_WHOREPLY = 352, RPL_NAMREPLY = 353, RPL_LINKS = 364, RPL_ENDOFLINKS = 365, @@ -134,6 +134,7 @@ enum Numerics ERR_NOTEXTTOSEND = 412, ERR_UNKNOWNCOMMAND = 421, ERR_NOMOTD = 422, + ERR_NONICKNAMEGIVEN = 431, ERR_ERRONEUSNICKNAME = 432, ERR_NICKNAMEINUSE = 433, ERR_NORULES = 434, // unrealircd @@ -185,12 +186,14 @@ enum Numerics 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