Add a New Comment (Rich Markup)
Done, and extended regex added for irc commands /ignore and /list.
--- src/gui/gui-filter.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index ae2496e..4f438c5 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.c @@ -318,7 +318,7 @@ gui_filter_new (int enabled, const char *name, const char *buffer_name, if (regex1) { if (regcomp (regex1, regex_prefix, - REG_NOSUB | REG_ICASE) != 0) + REG_NOSUB | REG_ICASE | REG_EXTENDED) != 0) { free (regex_prefix); free (regex1); @@ -331,7 +331,7 @@ gui_filter_new (int enabled, const char *name, const char *buffer_name, if (regex2) { if (regcomp (regex2, pos_regex_message, - REG_NOSUB | REG_ICASE) != 0) + REG_NOSUB | REG_ICASE | REG_EXTENDED) != 0) { if (regex_prefix) free (regex_prefix); -- 1.7.6
(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)
Attach Files: Comment:
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Only logged-in users can vote.
Please enter the title of George Orwell's famous dystopian book (it's a date):
Follow 4 latest changes.
Copyright © 2023 Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. The Levitating, Meditating, Flute-playing Gnu logo is a GNU GPL'ed image provided by the Nevrax Design Team. Source Code
Powered by Savane 3.11