X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=2dc8d841489651d35c514740c81762e4ae01e9d8;hb=60d92db9a1b71bbfd4230c5eb9f04cd6a87a41d8;hp=0d5537278b3b80643b1935d931a0aef753347de1;hpb=7851faac62d7a83c94cd5d37e0109b5d0a152bf9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index 0d5537278..2dc8d8414 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, @@ -189,8 +186,7 @@ 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,