]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Pretty symlink logic for help files
[irc/rqf/shadowircd.git] / include / numeric.h
index 1fcedcdaba5864b5ab422d29597ce5329116507c..af9435d059d38b45aa0a2aff5dbb55440b75644c 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
 
@@ -301,8 +303,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