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