]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Make the target user's modes show up in whois.
[irc/rqf/shadowircd.git] / include / numeric.h
index 92dc560fa3abf8bc32fe896089f192d0aac20ecd..1648189967d395a1fdb70ca4260c4b0a1959dc0f 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
@@ -257,6 +262,8 @@ extern const char *form_str(int);
 #define ERR_SUMMONDISABLED   445
 #define ERR_USERSDISABLED    446
 
+#define ERR_NOINVITE        447
+
 #define ERR_NOTREGISTERED    451
 
 #define ERR_ACCEPTFULL       456
@@ -296,6 +303,8 @@ extern const char *form_str(int);
 
 #define ERR_NOOPERHOST       491
 
+#define ERR_NOCTCP          492
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502