]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Add chmode +N, which prevents nickchanges.
[irc/rqf/shadowircd.git] / include / numeric.h
index a43c74021c3d5219a8c1506870282e3cb546dd2d..3b9f30f30dabd2bc00484828aa778bb1cd65f489 100644 (file)
@@ -204,6 +204,8 @@ extern const char *form_str(int);
 #define RPL_ENDOFMOTD        376
 #define RPL_WHOISHOST        378
 
+#define RPL_WHOISMODES      379
+
 #define RPL_YOUREOPER        381
 #define RPL_REHASHING        382
 #define RPL_MYPORTIS         384
@@ -262,6 +264,8 @@ extern const char *form_str(int);
 
 #define ERR_NOINVITE        447
 
+#define ERR_NONICK          449
+
 #define ERR_NOTREGISTERED    451
 
 #define ERR_ACCEPTFULL       456
@@ -317,6 +321,8 @@ extern const char *form_str(int);
 
 #define ERR_DISABLED         517 /* from ircu */
 
+#define ERR_NOKICK           519 /* from old shadow */
+
 #define ERR_HELPNOTFOUND     524
 
 #define RPL_WHOISSECURE      671 /* Unreal3.2 --nenolod */