X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/bf7f01038e1d945dbdc274f3d8c974e36b85a0d6..4606e8fc6c29342fe831541ea5fcd6617e4e372f:/include/numeric.h diff --git a/include/numeric.h b/include/numeric.h index 55dcdb4..6b449e4 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -118,6 +118,8 @@ extern const char *form_str(int); #define RPL_LOCALUSERS 265 #define RPL_GLOBALUSERS 266 +#define RPL_PRIVS 270 /* from ircu */ + #define RPL_ACCEPTLIST 281 #define RPL_ENDOFACCEPT 282 @@ -152,6 +154,8 @@ extern const char *form_str(int); #define RPL_LISTEND 323 #define RPL_CHANNELMODEIS 324 +#define RPL_CHANNELURL 328 /* to be sent by services */ + #define RPL_CREATIONTIME 329 #define RPL_WHOISLOGGEDIN 330 @@ -171,6 +175,7 @@ extern const char *form_str(int); #define RPL_VERSION 351 #define RPL_WHOREPLY 352 +#define RPL_WHOSPCRPL 354 /* from ircu -- jilles */ #define RPL_ENDOFWHO 315 #define RPL_NAMREPLY 353 #define RPL_WHOWASREAL 360 @@ -305,6 +310,8 @@ extern const char *form_str(int); #define ERR_HELPNOTFOUND 524 +#define RPL_WHOISSECURE 671 /* Unreal3.2 --nenolod */ + #define RPL_MODLIST 702 #define RPL_ENDOFMODLIST 703