]> jfr.im git - solanum.git/blobdiff - include/numeric.h
Allow the final parameter of MLOCK to be empty, to remove an existing mlock
[solanum.git] / include / numeric.h
index 55dcdb4ba343e558c276640eeee2cd7f2be24eab..9a17db1cd973153a309f945b427dfa569b0c9301 100644 (file)
@@ -118,6 +118,10 @@ extern const char *form_str(int);
 #define RPL_LOCALUSERS       265
 #define RPL_GLOBALUSERS      266
 
+#define RPL_PRIVS            270 /* from ircu */
+
+#define RPL_WHOISCERTFP      276 /* from oftc-hybrid */
+
 #define RPL_ACCEPTLIST      281
 #define RPL_ENDOFACCEPT      282
 
@@ -151,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
@@ -171,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
@@ -305,6 +313,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
 
@@ -340,6 +350,9 @@ 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