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