1
0
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:
Sebastien Helleu
2014-03-17 18:23:11 +01:00
parent 63c2915e3c
commit d6fbe95090
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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 |
|===
+1 -1
View File
@@ -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" };