mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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:
parent
9fd8510d87
commit
37468a8641
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue