X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=2dc8d841489651d35c514740c81762e4ae01e9d8;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=e1d225d31129ef4103167c3c0239824446a29fcd;hpb=bb4aa10ed82612624da45d0c9592ddf7f2f51ab5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index e1d225d31..2dc8d8414 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -53,8 +53,6 @@ enum RPL_ENDMAP = 17, // ircu RPL_MAPUSERS = 18, // insp-specific - RPL_YOURUUID = 42, // taken from ircnet - RPL_UMODEIS = 221, RPL_RULES = 232, // unrealircd @@ -75,7 +73,6 @@ enum 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,