]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Update FAQ.
[irc/rqf/shadowircd.git] / include / numeric.h
index 6b449e48d3051545778d477d3c62c8ce3eb3c6d8..a85c17ef3966dfee8a689fced936d9d6fd48c8ac 100644 (file)
@@ -120,6 +120,8 @@ extern const char *form_str(int);
 
 #define RPL_PRIVS            270 /* from ircu */
 
+#define RPL_WHOISCERTFP      276 /* from oftc-hybrid */
+
 #define RPL_ACCEPTLIST      281
 #define RPL_ENDOFACCEPT      282
 
@@ -162,6 +164,9 @@ extern const char *form_str(int);
 #define RPL_NOTOPIC          331
 #define RPL_TOPIC            332
 #define RPL_TOPICWHOTIME     333
+
+#define RPL_WHOISBOT        335
+
 #define RPL_WHOISACTUALLY    338
 
 #define RPL_INVITING         341
@@ -199,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
@@ -255,6 +262,10 @@ extern const char *form_str(int);
 #define ERR_SUMMONDISABLED   445
 #define ERR_USERSDISABLED    446
 
+#define ERR_NOINVITE        447
+
+#define ERR_NONICK          449
+
 #define ERR_NOTREGISTERED    451
 
 #define ERR_ACCEPTFULL       456
@@ -294,6 +305,10 @@ extern const char *form_str(int);
 
 #define ERR_NOOPERHOST       491
 
+#define ERR_NOCTCP          492
+
+#define ERR_KICKNOREJOIN     495
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502
 
@@ -308,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 */
@@ -347,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