mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
trigger: set default variable "tg_remaining_calls" for regex in timer callback
This commit is contained in:
@@ -61,7 +61,7 @@ char *trigger_hook_default_rc[TRIGGER_NUM_HOOK_TYPES] =
|
||||
|
||||
char *trigger_hook_regex_default_var[TRIGGER_NUM_HOOK_TYPES] =
|
||||
{ "tg_signal_data", "", "tg_string", "tg_message", "tg_argv_eol1", "tg_command",
|
||||
"", "tg_value", "" };
|
||||
"tg_remaining_calls", "tg_value", "" };
|
||||
|
||||
char *trigger_return_code_string[TRIGGER_NUM_RETURN_CODES] =
|
||||
{ "ok", "ok_eat", "error" };
|
||||
|
||||
Reference in New Issue
Block a user