summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-08-09 21:54:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-08-09 21:54:00 +0200
commit90f2a13ae254f223cba8d5e2d715aa56a32a6ccd (patch)
tree230473e7184387f43edd1acc7808d2454b73d6af /doc/en/autogen/user
parent1172b193706db50435234b4b82f2d68abb45dddd (diff)
downloadweechat-90f2a13ae254f223cba8d5e2d715aa56a32a6ccd.zip
core: update translations
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/trigger_commands.adoc3
-rw-r--r--doc/en/autogen/user/trigger_options.adoc5
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/autogen/user/trigger_commands.adoc b/doc/en/autogen/user/trigger_commands.adoc
index 605490abe..d9eed9d83 100644
--- a/doc/en/autogen/user/trigger_commands.adoc
+++ b/doc/en/autogen/user/trigger_commands.adoc
@@ -7,7 +7,7 @@
----
/trigger list|listfull|listdefault
- add|addoff|addreplace <name> <hook> ["<arguments>" ["<conditions>" ["<regex>" ["<command>" ["<return_code>"]]]]]
+ add|addoff|addreplace <name> <hook> ["<arguments>" ["<conditions>" ["<regex>" ["<command>" ["<return_code>" ["<post_action>"]]]]]]
addinput [<hook>]
input|output|recreate <name>
set <name> <option> <value>
@@ -42,6 +42,7 @@ listdefault: list default triggers
regex: one or more regular expressions to replace strings in variables
command: command to execute (many commands can be separated by ";"
return_code: return code in callback (ok (default), ok_eat, error)
+post_action: action to take after execution (none (default), disable, delete)
addinput: set input with default arguments to create a trigger
input: set input with the command used to create the trigger
output: send the command to create the trigger on the buffer
diff --git a/doc/en/autogen/user/trigger_options.adoc b/doc/en/autogen/user/trigger_options.adoc
index c09104d41..c2dd427b3 100644
--- a/doc/en/autogen/user/trigger_options.adoc
+++ b/doc/en/autogen/user/trigger_options.adoc
@@ -12,6 +12,11 @@
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `+yellow+`)
+* [[option_trigger.color.flag_post_action]] *trigger.color.flag_post_action*
+** description: pass:none[text color for post action flag (in /trigger list)]
+** type: color
+** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `+lightblue+`)
+
* [[option_trigger.color.flag_regex]] *trigger.color.flag_regex*
** description: pass:none[text color for regex flag (in /trigger list)]
** type: color