Make /hilight list be specific with regards to -nick/-word/-line, v2

This commit is contained in:
Jari Matilainen 2015-10-04 17:22:26 +02:00
commit 999c9ebe3c

View file

@ -488,7 +488,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
g_string_append(options, "-nick ");
else if (rec->word)
g_string_append(options, "-word ");
else
else if (rec->line)
g_string_append(options, "-line ");
if (rec->nickmask) g_string_append(options, "-mask ");