]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Mention effect of /accept on umode +R.
[irc/rqf/shadowircd.git] / include / numeric.h
index 1fcedcdaba5864b5ab422d29597ce5329116507c..6b449e48d3051545778d477d3c62c8ce3eb3c6d8 100644 (file)
@@ -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
@@ -301,8 +306,12 @@ extern const char *form_str(int);
  */
 #define ERR_WRONGPONG       513
 
+#define ERR_DISABLED         517 /* from ircu */
+
 #define ERR_HELPNOTFOUND     524
 
+#define RPL_WHOISSECURE      671 /* Unreal3.2 --nenolod */
+
 #define RPL_MODLIST          702
 #define RPL_ENDOFMODLIST     703