]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Update FAQ.
[irc/rqf/shadowircd.git] / include / numeric.h
index e8cc0f24842100435c916958b0b135ba5f4d8443..a85c17ef3966dfee8a689fced936d9d6fd48c8ac 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
 
@@ -360,12 +364,17 @@ extern const char *form_str(int);
 #define RPL_NOTESTLINE         726
 #define RPL_TESTMASKGECOS      727
 
+#define RPL_QUIETLIST          728
+#define RPL_ENDOFQUIETLIST     729
+
 #define RPL_MONONLINE          730
 #define RPL_MONOFFLINE         731
 #define RPL_MONLIST            732
 #define RPL_ENDOFMONLIST       733
 #define ERR_MONLISTFULL                734
 
+#define ERR_NOCOMMONCHAN       737
+
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741