1
0
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:
Sebastien Helleu
2014-02-10 13:08:40 +01:00
parent 614f34adbc
commit 9b3d2eeec7
6 changed files with 83 additions and 9 deletions
+3 -1
View File
@@ -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"