Add ERR_DISABLED (517) from ircu.

This commit is contained in:
Jilles Tjoelker 2008-03-30 19:56:20 +02:00
parent dcfcf3aa37
commit bf7f01038e
2 changed files with 3 additions and 1 deletions

View File

@ -301,6 +301,8 @@ extern const char *form_str(int);
*/
#define ERR_WRONGPONG 513
#define ERR_DISABLED 517 /* from ircu */
#define ERR_HELPNOTFOUND 524
#define RPL_MODLIST 702

View File

@ -538,7 +538,7 @@ static const char * replies[] = {
/* 514 */ NULL,
/* 515 */ NULL,
/* 516 */ NULL,
/* 517 */ NULL,
/* 517 ERR_DISABLED */ "%s :This command has been administratively disabled",
/* 518 */ NULL,
/* 519 */ NULL,
/* 520 */ NULL,