mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
60c43c0ce9
commit
d5f4c983ec
@ -479,7 +479,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
|
|||||||
if (rec->word) g_string_append(options, "-word ");
|
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->fullword) g_string_append(options, "-fullword ");
|
||||||
if (rec->regexp) {
|
if (rec->regexp) {
|
||||||
g_string_append(options, "-regexp ");
|
g_string_append(options, "-regexp ");
|
||||||
|
Loading…
Reference in New Issue
Block a user