1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (closes #1510)

This commit is contained in:
Sébastien Helleu
2022-10-31 08:08:46 +01:00
parent 3b674a5e16
commit 7555993bbc
13 changed files with 1083 additions and 315 deletions
+1 -1
View File
@@ -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;
};