src/messages.tab: Make ERR_NOOPERHOST more generic
This commit is contained in:
parent
06bfe138d2
commit
eceffbca02
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue