]> 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 1648189967d395a1fdb70ca4260c4b0a1959dc0f..3b9f30f30dabd2bc00484828aa778bb1cd65f489 100644 (file)
@@ -264,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
@@ -319,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 */