src/messages.tab: Make ERR_NOOPERHOST more generic

This commit is contained in:
Sam Dodrill 2013-11-09 08:21:30 -05:00
parent 06bfe138d2
commit eceffbca02
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ static const char * replies[] = {
/* 488 */ NULL,
/* 489 ERR_VOICENEEDED */ ":%s 489 %s %s :You're neither voiced nor channel operator",
/* 490 */ NULL,
/* 491 ERR_NOOPERHOST, */ ":No appropriate operator blocks were found for your host",
/* 491 ERR_NOOPERHOST, */ ":Operator authentication failed",
/* 492 ERR_NOCTCP */ ":Can't send CTCP to %s (+C set)",
/* 493 */ NULL,
/* 494 ERR_OWNMODE, */ "%s :cannot answer you while you are %s, your message was not sent",