X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=e1d225d31129ef4103167c3c0239824446a29fcd;hb=c0ca5c8d41a71eae4ec132e492b546fa03510871;hp=2f25ac0cb94c523839d2be8741470704e242d94a;hpb=4f1005acd1e97a6dac8182f80a0ccf453376ba67;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index 2f25ac0cb..e1d225d31 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -46,11 +46,13 @@ 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_MAP = 15, // ircu + RPL_ENDMAP = 17, // ircu + RPL_MAPUSERS = 18, // insp-specific + RPL_YOURUUID = 42, // taken from ircnet RPL_UMODEIS = 221, @@ -70,11 +72,9 @@ enum RPL_LOCALUSERS = 265, RPL_GLOBALUSERS = 266, - RPL_MAPUSERS = 270, // insp-specific - RPL_AWAY = 301, - RPL_USERHOST = 302, - RPL_ISON = 303, + RPL_USERHOST = 302, + RPL_ISON = 303, RPL_SYNTAX = 304, // insp-specific RPL_UNAWAY = 305, @@ -99,7 +99,7 @@ enum RPL_TOPIC = 332, RPL_TOPICTIME = 333, // not RFC, extremely common though - RPL_USERIP = 340, + RPL_USERIP = 340, RPL_INVITING = 341, RPL_INVITELIST = 346, // insp-specific (stolen from ircu) RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu) @@ -137,6 +137,7 @@ enum ERR_NOTEXTTOSEND = 412, ERR_UNKNOWNCOMMAND = 421, ERR_NOMOTD = 422, + ERR_NONICKNAMEGIVEN = 431, ERR_ERRONEUSNICKNAME = 432, ERR_NICKNAMEINUSE = 433, ERR_NORULES = 434, // unrealircd @@ -194,6 +195,9 @@ enum 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