X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/88b63e6506160a2901ee28ff5036aea54ba947bb..afd4834b500ef6f53c3f70f44c73637e26dc94c1:/include/numeric.h diff --git a/include/numeric.h b/include/numeric.h index 1648189..3b9f30f 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -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 @@ -319,6 +321,8 @@ 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 */