mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Make /hilight list be specific with regards to -nick/-word/-line, v2
This commit is contained in:
parent
149aa22dc8
commit
999c9ebe3c
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
|
||||||
g_string_append(options, "-nick ");
|
g_string_append(options, "-nick ");
|
||||||
else if (rec->word)
|
else if (rec->word)
|
||||||
g_string_append(options, "-word ");
|
g_string_append(options, "-word ");
|
||||||
else
|
else if (rec->line)
|
||||||
g_string_append(options, "-line ");
|
g_string_append(options, "-line ");
|
||||||
|
|
||||||
if (rec->nickmask) g_string_append(options, "-mask ");
|
if (rec->nickmask) g_string_append(options, "-mask ");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue