mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue