mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Show help with "clientcrap" message level, not "never".
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@681 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b363402b5c
commit
833bf37831
@ -130,7 +130,7 @@ static int show_help_rec(COMMAND_REC *cmd)
|
||||
recvlen = read(f, tmpbuf, sizeof(tmpbuf));
|
||||
|
||||
ret = line_split(tmpbuf, recvlen, &str, &buffer);
|
||||
if (ret > 0) printtext(NULL, NULL, MSGLEVEL_NEVER, str);
|
||||
if (ret > 0) printtext(NULL, NULL, MSGLEVEL_CLIENTCRAP, str);
|
||||
}
|
||||
while (ret > 0);
|
||||
line_split_free(buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user