diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-12 09:30:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-12 09:30:56 +0200 |
commit | 8bdd540df72c3a609e9d51a5c52cf2d65f96d79b (patch) | |
tree | f448d1bcda0cdb4769dd87abaa42c5cf06407ced /doc/en/autogen/user | |
parent | c9329f6fb1805da4c18cdcb1d4da3077bd434ed9 (diff) | |
download | weechat-8bdd540df72c3a609e9d51a5c52cf2d65f96d79b.zip |
trigger: evaluate arguments of command when the trigger is created (closes #1472)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/trigger_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/trigger_commands.adoc b/doc/en/autogen/user/trigger_commands.adoc index 2c24cb6f2..2b6c772dc 100644 --- a/doc/en/autogen/user/trigger_commands.adoc +++ b/doc/en/autogen/user/trigger_commands.adoc @@ -34,7 +34,7 @@ listdefault: list default triggers modifier: name(s) of modifier (required) line: buffer type ("formatted", "free" or "*"), list of buffer masks, tags print: buffer, tags, message, strip colors - command: command (required), description, arguments, description of arguments, completion + command: command (required), description, arguments, description of arguments, completion (all arguments except command are evaluated, see /help eval) command_run: command(s) (required) timer: interval (required), align on second, max calls config: name(s) of option (required) |