mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Fixed output of /hilight (add a space after -levels if any).
Added recode to dcc-chat, patch by Jean-Yves Lefort git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3708 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
19e800cf23
commit
5a8b583347
2 changed files with 22 additions and 5 deletions
|
|
@ -500,6 +500,8 @@ static void hilight_print(int index, HILIGHT_REC *rec)
|
|||
g_strjoinv(",", rec->channels);
|
||||
levelstr = rec->level == 0 ? NULL :
|
||||
bits2level(rec->level);
|
||||
if (levelstr != NULL)
|
||||
levelstr = g_strconcat(levelstr, " ", NULL);
|
||||
printformat(NULL, NULL, MSGLEVEL_CLIENTCRAP,
|
||||
TXT_HILIGHT_LINE, index, rec->text,
|
||||
chans != NULL ? chans : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue