X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/af7aaa84440fcfa9c3b51be51a454336eab610c0..32de9f4e677b591367911dab0d471a156382c97c:/include/numeric.h diff --git a/include/numeric.h b/include/numeric.h index af9435d0..f89015c6 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -120,6 +120,8 @@ extern const char *form_str(int); #define RPL_PRIVS 270 /* from ircu */ +#define RPL_WHOISCERTFP 276 /* from oftc-hybrid */ + #define RPL_ACCEPTLIST 281 #define RPL_ENDOFACCEPT 282 @@ -153,6 +155,9 @@ extern const char *form_str(int); #define RPL_LIST 322 #define RPL_LISTEND 323 #define RPL_CHANNELMODEIS 324 +#define RPL_CHANNELMLOCK 325 /* from sorircd 1.3 --nenolod */ + +#define RPL_CHANNELURL 328 /* to be sent by services */ #define RPL_CREATIONTIME 329 #define RPL_WHOISLOGGEDIN 330 @@ -173,6 +178,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 @@ -291,6 +297,8 @@ extern const char *form_str(int); #define ERR_NOOPERHOST 491 +#define ERR_OWNMODE 494 /* from bahamut -- jilles */ + #define ERR_UMODEUNKNOWNFLAG 501 #define ERR_USERSDONTMATCH 502 @@ -344,12 +352,17 @@ extern const char *form_str(int); #define RPL_NOTESTLINE 726 #define RPL_TESTMASKGECOS 727 +#define RPL_QUIETLIST 728 +#define RPL_ENDOFQUIETLIST 729 + #define RPL_MONONLINE 730 #define RPL_MONOFFLINE 731 #define RPL_MONLIST 732 #define RPL_ENDOFMONLIST 733 #define ERR_MONLISTFULL 734 +#define ERR_MLOCKRESTRICTED 735 + #define RPL_RSACHALLENGE2 740 #define RPL_ENDOFRSACHALLENGE2 741