mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
get rid of new_text
This commit is contained in:
parent
48899a123d
commit
4edfccfce7
6 changed files with 50 additions and 40 deletions
|
|
@ -69,7 +69,7 @@ static int ignore_match_pattern(IGNORE_REC *rec, const char *text)
|
|||
|
||||
if (rec->regexp) {
|
||||
return rec->preg != NULL &&
|
||||
i_regex_match(rec->preg, text, 0, NULL, NULL);
|
||||
i_regex_match(rec->preg, text, 0, NULL);
|
||||
}
|
||||
|
||||
return rec->fullword ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue