From d5f4c983ec7e543c9568b6e9cfc743195b24ae9a Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Thu, 18 Oct 2007 18:35:12 +0000 Subject: 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 --- src/fe-common/core/hilight-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') 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 "); -- cgit v1.2.3