]> 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 f4487f99fe788623b73d7dc5a682189191fde63b..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
@@ -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