]> jfr.im git - solanum.git/blobdiff - include/numeric.h
Add a missing comment for new /challenge numerics.
[solanum.git] / include / numeric.h
index 5b8f38e7d7f061eceb5c91bd2910d56bfe825869..16059b7da12043fef2e0d75113cf7c1095181a98 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
 
@@ -347,6 +349,9 @@ 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
@@ -359,10 +364,6 @@ extern const char *form_str(int);
 #define RPL_SCANMATCHED                750
 #define RPL_SCANUMODES         751
 
-#define RPL_METADATASET                790
-#define RPL_METADATAREM                791
-#define RPL_WHOISMETADATA      793
-
 #define RPL_LOGGEDIN           900
 #define RPL_LOGGEDOUT          901
 #define ERR_NICKLOCKED         902