1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

trigger: evaluate arguments of command when the trigger is created (closes #1472)

This commit is contained in:
Sébastien Helleu
2020-04-12 09:30:56 +02:00
parent c9329f6fb1
commit 8bdd540df7
29 changed files with 308 additions and 238 deletions
+2 -1
View File
@@ -1170,7 +1170,8 @@ trigger_command_init ()
"list of buffer masks, tags\n"
" print: buffer, tags, message, strip colors\n"
" command: command (required), description, arguments, "
"description of arguments, completion\n"
"description of arguments, completion (all arguments except command "
"are evaluated, see /help eval)\n"
" command_run: command(s) (required)\n"
" timer: interval (required), align on second, max calls\n"
" config: name(s) of option (required)\n"