mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
trigger: set default variable "tg_remaining_calls" for regex in timer callback
This commit is contained in:
@@ -3083,7 +3083,7 @@ type:
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -3023,7 +3023,7 @@ type:
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -3121,7 +3121,7 @@ du type de hook :
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -3151,7 +3151,7 @@ type:
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -3028,7 +3028,7 @@ type:
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -3050,7 +3050,7 @@ type:
|
||||
| print | tg_message
|
||||
| command | tg_argv_eol1
|
||||
| command_run | tg_command
|
||||
| timer |
|
||||
| timer | tg_remaining_calls
|
||||
| config | tg_value
|
||||
| focus |
|
||||
|===
|
||||
|
||||
@@ -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