]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Force part local users (not resv_exempt) on channel resv.
[irc/rqf/shadowircd.git] / include / numeric.h
index c53500861a6450640f298a068e0fe4b80015869b..8ff4d96dcf6857d4383a6c7128216a4115c0fd1a 100644 (file)
@@ -154,6 +154,8 @@ extern const char *form_str(int);
 #define RPL_LISTEND          323
 #define RPL_CHANNELMODEIS    324
 
+#define RPL_CHANNELURL       328 /* to be sent by services */
+
 #define RPL_CREATIONTIME     329
 #define RPL_WHOISLOGGEDIN    330
 
@@ -173,6 +175,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
@@ -307,6 +310,8 @@ extern const char *form_str(int);
 
 #define ERR_HELPNOTFOUND     524
 
+#define RPL_WHOISSECURE      671 /* Unreal3.2 --nenolod */
+
 #define RPL_MODLIST          702
 #define RPL_ENDOFMODLIST     703
 
@@ -354,6 +359,11 @@ extern const char *form_str(int);
 #define RPL_SCANMATCHED                750
 #define RPL_SCANUMODES         751
 
+#define RPL_METADATASET                790
+#define RPL_METADATAREM                791
+#define RPL_METADATACHG                792
+#define RPL_WHOISMETADATA      793
+
 #define RPL_LOGGEDIN           900
 #define RPL_LOGGEDOUT          901
 #define ERR_NICKLOCKED         902