1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00

Make /hilight output -mask instead of -nickmask, consistent with the parameter it expects.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4625 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2007-10-18 18:35:12 +00:00 committed by coekie
parent 60c43c0ce9
commit d5f4c983ec

View File

@ -479,7 +479,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
if (rec->word) g_string_append(options, "-word ");
}
if (rec->nickmask) g_string_append(options, "-nickmask ");
if (rec->nickmask) g_string_append(options, "-mask ");
if (rec->fullword) g_string_append(options, "-fullword ");
if (rec->regexp) {
g_string_append(options, "-regexp ");