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/pl | |
parent | 050d2023d65cc071a65db58a578f7dfef08d3bd4 (diff) | |
download | weechat-44b8447ff073e983bcf91e70559b474c55744e2a.zip |
trigger: make optional the alignment on second and max calls (in hook timer)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/autogen/user/trigger_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |