summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/plugin_api/completions.adoc2
-rw-r--r--doc/it/autogen/user/trigger_commands.adoc3
-rw-r--r--doc/it/autogen/user/trigger_options.adoc5
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc
index 7aaf70f66..26f14e3f7 100644
--- a/doc/it/autogen/plugin_api/completions.adoc
+++ b/doc/it/autogen/plugin_api/completions.adoc
@@ -102,6 +102,8 @@
| trigger | trigger_options | options for triggers
+| trigger | trigger_post_action | trigger post actions
+
| weechat | bars_names | nomi delle barre
| weechat | bars_options | opzioni per le barre
diff --git a/doc/it/autogen/user/trigger_commands.adoc b/doc/it/autogen/user/trigger_commands.adoc
index 605490abe..d9eed9d83 100644
--- a/doc/it/autogen/user/trigger_commands.adoc
+++ b/doc/it/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/it/autogen/user/trigger_options.adoc b/doc/it/autogen/user/trigger_options.adoc
index 732ce6e2c..aa7e1c669 100644
--- a/doc/it/autogen/user/trigger_options.adoc
+++ b/doc/it/autogen/user/trigger_options.adoc
@@ -12,6 +12,11 @@
** tipo: colore
** valori: 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 (valore predefinito: `+yellow+`)
+* [[option_trigger.color.flag_post_action]] *trigger.color.flag_post_action*
+** descrizione: pass:none[text color for post action flag (in /trigger list)]
+** tipo: colore
+** valori: 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 (valore predefinito: `+lightblue+`)
+
* [[option_trigger.color.flag_regex]] *trigger.color.flag_regex*
** descrizione: pass:none[text color for regex flag (in /trigger list)]
** tipo: colore