X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f9e91eceaaee7fa62dcf817fa092f2f4f3f23eb7..f4db473ce839b948636097405f9421e3f9fa8d43:/include/numeric.h diff --git a/include/numeric.h b/include/numeric.h index e8cc0f2..d12f5e6 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -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 @@ -155,6 +154,7 @@ 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 */ @@ -264,6 +264,8 @@ extern const char *form_str(int); #define ERR_NOINVITE 447 +#define ERR_NONICK 449 + #define ERR_NOTREGISTERED 451 #define ERR_ACCEPTFULL 456 @@ -305,6 +307,10 @@ extern const char *form_str(int); #define ERR_NOCTCP 492 +#define ERR_KICKNOREJOIN 495 + +#define ERR_OWNMODE 494 /* from bahamut -- jilles */ + #define ERR_UMODEUNKNOWNFLAG 501 #define ERR_USERSDONTMATCH 502 @@ -360,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