]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Add umode +B, which marks users with it set as a bot in whois.
[irc/rqf/shadowircd.git] / include / numeric.h
index b80c200d2b7e54aa2a53bf0e1867f14934b31288..a43c74021c3d5219a8c1506870282e3cb546dd2d 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
@@ -175,6 +180,7 @@ extern const char *form_str(int);
 #define RPL_VERSION          351
 
 #define RPL_WHOREPLY         352
+#define RPL_WHOSPCRPL        354 /* from ircu -- jilles */
 #define RPL_ENDOFWHO         315
 #define RPL_NAMREPLY         353
 #define RPL_WHOWASREAL       360
@@ -254,6 +260,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
@@ -293,6 +301,8 @@ extern const char *form_str(int);
 
 #define ERR_NOOPERHOST       491
 
+#define ERR_NOCTCP          492
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502