1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

trigger: evaluate regex replacement on execution of trigger (and not when creating the trigger)

This commit is contained in:
Sebastien Helleu
2014-02-13 18:20:00 +01:00
parent d74259303f
commit a7dbaf8162
3 changed files with 35 additions and 38 deletions
-1
View File
@@ -72,7 +72,6 @@ struct t_trigger_regex
char *str_regex; /* regex to search for replacement */
regex_t *regex; /* compiled regex */
char *replace; /* replacement text */
char *replace_eval; /* evaluatued replacement text */
};
struct t_trigger