]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
6.0 is officially feature complete.
[irc/rqf/shadowircd.git] / include / numeric.h
index 1648189967d395a1fdb70ca4260c4b0a1959dc0f..d60f283cc9fb772aed4097bda41efeb5e7b8a039 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
@@ -305,6 +307,8 @@ extern const char *form_str(int);
 
 #define ERR_NOCTCP          492
 
+#define ERR_KICKNOREJOIN     495
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502
 
@@ -319,6 +323,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 */
@@ -364,6 +370,8 @@ extern const char *form_str(int);
 #define RPL_ENDOFMONLIST       733
 #define ERR_MONLISTFULL                734
 
+#define ERR_NOCOMMONCHAN       737
+
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741