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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user