diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:25:48 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-01 17:25:48 +0100 |
commit | 44b8447ff073e983bcf91e70559b474c55744e2a (patch) | |
tree | fc23450c78b998a64ca36aee2f13169eb9072027 /doc | |
parent | 050d2023d65cc071a65db58a578f7dfef08d3bd4 (diff) | |
download | weechat-44b8447ff073e983bcf91e70559b474c55744e2a.zip |
trigger: make optional the alignment on second and max calls (in hook timer)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/trigger_commands.txt | 2 | ||||
-rw-r--r-- | doc/pl/autogen/user/trigger_commands.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/de/autogen/user/trigger_commands.txt b/doc/de/autogen/user/trigger_commands.txt index 6d8eeb3b5..9c706aa7f 100644 --- a/doc/de/autogen/user/trigger_commands.txt +++ b/doc/de/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: list default triggers print: buffer, tags, message, strip colors command: command (required), description, arguments, description of arguments, completion command_run: command (required) - timer: interval (required), align on second (required), max calls (required) + timer: interval (required), align on second, max calls config: name of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger diff --git a/doc/en/autogen/user/trigger_commands.txt b/doc/en/autogen/user/trigger_commands.txt index 6d8eeb3b5..9c706aa7f 100644 --- a/doc/en/autogen/user/trigger_commands.txt +++ b/doc/en/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: list default triggers print: buffer, tags, message, strip colors command: command (required), description, arguments, description of arguments, completion command_run: command (required) - timer: interval (required), align on second (required), max calls (required) + timer: interval (required), align on second, max calls config: name of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger diff --git a/doc/fr/autogen/user/trigger_commands.txt b/doc/fr/autogen/user/trigger_commands.txt index e46d8915c..b9f56bc2d 100644 --- a/doc/fr/autogen/user/trigger_commands.txt +++ b/doc/fr/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: lister les triggers par défaut print: tampon, étiquettes, message, suppression des couleurs (0/1) command: commande (obligatoire), description, paramètres, description des paramètres, complétion command_run: commande (obligatoire) - timer: intervalle (obligatoire), alignement sur la seconde (obligatoire), nombre max d'appels (obligatoire) + timer: intervalle (obligatoire), alignement sur la seconde, nombre max d'appels config: nom de l'option (obligatoire) focus: nom(s) de la zone (obligatoire) conditions: conditions évaluées pour le trigger diff --git a/doc/it/autogen/user/trigger_commands.txt b/doc/it/autogen/user/trigger_commands.txt index 6d8eeb3b5..9c706aa7f 100644 --- a/doc/it/autogen/user/trigger_commands.txt +++ b/doc/it/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: list default triggers print: buffer, tags, message, strip colors command: command (required), description, arguments, description of arguments, completion command_run: command (required) - timer: interval (required), align on second (required), max calls (required) + timer: interval (required), align on second, max calls config: name of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger diff --git a/doc/ja/autogen/user/trigger_commands.txt b/doc/ja/autogen/user/trigger_commands.txt index 6d8eeb3b5..9c706aa7f 100644 --- a/doc/ja/autogen/user/trigger_commands.txt +++ b/doc/ja/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: list default triggers print: buffer, tags, message, strip colors command: command (required), description, arguments, description of arguments, completion command_run: command (required) - timer: interval (required), align on second (required), max calls (required) + timer: interval (required), align on second, max calls config: name of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger diff --git a/doc/pl/autogen/user/trigger_commands.txt b/doc/pl/autogen/user/trigger_commands.txt index 6d8eeb3b5..9c706aa7f 100644 --- a/doc/pl/autogen/user/trigger_commands.txt +++ b/doc/pl/autogen/user/trigger_commands.txt @@ -30,7 +30,7 @@ listdefault: list default triggers print: buffer, tags, message, strip colors command: command (required), description, arguments, description of arguments, completion command_run: command (required) - timer: interval (required), align on second (required), max calls (required) + timer: interval (required), align on second, max calls config: name of option (required) focus: name(s) of area (required) conditions: evaluated conditions for the trigger |