X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumerics.h;h=2dc8d841489651d35c514740c81762e4ae01e9d8;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=03c1a1c96481f446bee8d191779e00a3879c91af;hpb=d68c5be901d1d3f3a68e9796f9cd0815a4568a72;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numerics.h b/include/numerics.h index 03c1a1c96..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,6 +186,8 @@ enum ERR_CANTJOINOPERSONLY = 520, // unrealircd, but crap to have so many numerics for cant join.. ERR_CANTSENDTOUSER = 531, // ??? + RPL_SYNTAX = 650, // insp-specific + ERR_CHANOPEN = 713, ERR_KNOCKONCHAN = 714,