]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/numeric.h
Example configuration: Set the default TLS port to 6697.
[irc/rqf/shadowircd.git] / include / numeric.h
index c53500861a6450640f298a068e0fe4b80015869b..d12f5e67e95d85a187e283662c7b88c609c75b0c 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: numeric.h 1793 2006-08-04 19:56:03Z jilles $
  */
 
 #ifndef INCLUDED_numeric_h
@@ -120,6 +119,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
 
@@ -153,6 +154,9 @@ extern const char *form_str(int);
 #define RPL_LIST             322
 #define RPL_LISTEND          323
 #define RPL_CHANNELMODEIS    324
+#define RPL_CHANNELMLOCK     325 /* from sorircd 1.3 --nenolod */
+
+#define RPL_CHANNELURL       328 /* to be sent by services */
 
 #define RPL_CREATIONTIME     329
 #define RPL_WHOISLOGGEDIN    330
@@ -160,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
@@ -173,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
@@ -196,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
@@ -252,6 +262,10 @@ extern const char *form_str(int);
 #define ERR_SUMMONDISABLED   445
 #define ERR_USERSDISABLED    446
 
+#define ERR_NOINVITE        447
+
+#define ERR_NONICK          449
+
 #define ERR_NOTREGISTERED    451
 
 #define ERR_ACCEPTFULL       456
@@ -291,6 +305,12 @@ extern const char *form_str(int);
 
 #define ERR_NOOPERHOST       491
 
+#define ERR_NOCTCP          492
+
+#define ERR_KICKNOREJOIN     495
+
+#define ERR_OWNMODE          494 /* from bahamut -- jilles */
+
 #define ERR_UMODEUNKNOWNFLAG 501
 #define ERR_USERSDONTMATCH   502
 
@@ -305,8 +325,12 @@ extern const char *form_str(int);
 
 #define ERR_DISABLED         517 /* from ircu */
 
+#define ERR_NOKICK           519 /* from old shadow */
+
 #define ERR_HELPNOTFOUND     524
 
+#define RPL_WHOISSECURE      671 /* Unreal3.2 --nenolod */
+
 #define RPL_MODLIST          702
 #define RPL_ENDOFMODLIST     703
 
@@ -342,15 +366,22 @@ 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
 #define RPL_ENDOFMONLIST       733
 #define ERR_MONLISTFULL                734
 
+#define ERR_NOCOMMONCHAN       737
+
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741
 
+#define ERR_MLOCKRESTRICTED     742
+
 #define RPL_SCANMATCHED                750
 #define RPL_SCANUMODES         751