Invalid time error message was wrong. Patch by c0ffee.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3136 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2003-10-31 07:32:59 +00:00 committed by cras
commit 8cd7dd313f

View file

@ -48,7 +48,7 @@ static int ret_texts[] = {
TXT_CHAN_NOT_SYNCED,
TXT_ILLEGAL_PROTO,
TXT_NOT_GOOD_IDEA,
CMDERR_INVALID_TIME
TXT_INVALID_TIME
};
int command_hide_output;