1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Same for s/-fullword/-full/

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4628 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2007-10-22 16:45:48 +00:00 committed by coekie
parent 9fd8510d87
commit 37468a8641

View File

@ -480,7 +480,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
}
if (rec->nickmask) g_string_append(options, "-mask ");
if (rec->fullword) g_string_append(options, "-fullword ");
if (rec->fullword) g_string_append(options, "-full ");
if (rec->regexp) {
g_string_append(options, "-regexp ");
#ifdef HAVE_REGEX_H