diff options
Diffstat (limited to 'src/fe-common/core/hilight-text.c')
-rw-r--r-- | src/fe-common/core/hilight-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 8805558d..65821276 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -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 "); |