]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Update the TODO.
[irc/rqf/shadowircd.git] / include / numeric.h
index f4487f99fe788623b73d7dc5a682189191fde63b..e8cc0f24842100435c916958b0b135ba5f4d8443 100644 (file)
@@ -164,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
@@ -201,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
@@ -298,7 +303,7 @@ extern const char *form_str(int);
 
 #define ERR_NOOPERHOST       491
 
-#define ERR_NOCTCP                     492
+#define ERR_NOCTCP          492
 
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502
@@ -314,6 +319,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 */