1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

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
parent b2d07ffd1d
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;