From 7555993bbc061c86d8f57b424a872a2496021a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 31 Oct 2022 08:08:46 +0100 Subject: trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (closes #1510) --- src/plugins/trigger/trigger-callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/trigger/trigger-callback.h') diff --git a/src/plugins/trigger/trigger-callback.h b/src/plugins/trigger/trigger-callback.h index 07da9b0bb..7435129fc 100644 --- a/src/plugins/trigger/trigger-callback.h +++ b/src/plugins/trigger/trigger-callback.h @@ -32,7 +32,7 @@ struct t_trigger_context struct t_weelist *vars_updated; struct timeval start_exec; struct timeval start_check_conditions; - struct timeval start_replace_regex; + struct timeval start_regex; struct timeval start_run_command; struct timeval end_exec; }; -- cgit v1.2.3