mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
trigger: add missing hook "command_run" in /help trigger
This commit is contained in:
@@ -713,13 +713,14 @@ trigger_command_init ()
|
||||
"listdefault: list default triggers\n"
|
||||
" add: add a trigger\n"
|
||||
" name: name of trigger\n"
|
||||
" hook: signal, hsignal, modifier, print, timer\n"
|
||||
" hook: signal, hsignal, modifier, print, command_run, timer\n"
|
||||
" arguments: arguments for the hook, depending on hook (separated "
|
||||
"by semicolons):\n"
|
||||
" signal: name(s) of signal\n"
|
||||
" hsignal: name(s) of hsignal\n"
|
||||
" modifier: name(s) of modifier\n"
|
||||
" print: buffer, tags, message, strip_colors\n"
|
||||
" command_run: command\n"
|
||||
" timer: interval, align_second, max_calls\n"
|
||||
" conditions: evaluated conditions for the trigger\n"
|
||||
" regex: one or more regular expressions to replace strings "
|
||||
|
||||
Reference in New Issue
Block a user