summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r--doc/it/weechat_user.it.adoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 5f45870ff..91bafdb41 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -3747,6 +3747,44 @@ Using triggers require you to know how the signals, modifiers, ... are working.
So you might consider reading the
link:weechat_plugin_api.it.html#hooks[WeeChat plugin API reference / Hooks].
+// TRANSLATION MISSING
+[[trigger_default]]
+==== Default triggers
+
+WeeChat creates 5 triggers by default, which can be disabled, updated or
+deleted:
+
+* a _beep_ trigger for notifications
+* four other triggers to hide passwords on screen
+
+List of default triggers:
+
+[width="100%",cols="5m,3,22",options="header"]
+|===
+| Name | Hook | Description
+
+| beep | print |
+ Beep on highlight/private message.
+
+| cmd_pass | modifier |
+ Hide password in commands:
+ `pass:[/msg nickserv id\|identify\|ghost\|release\|regain\|recover]`,
+ `pass:[/oper]`,
+ `pass:[/quote pass]`,
+ `pass:[/set *password*]`,
+ `pass:[/secure passphrase\|decrypt\|set]`.
+
+| cmd_pass_register | modifier |
+ Hide password in command `pass:[/msg nickserv register]`.
+
+| msg_auth | modifier |
+ Hide password in IRC auth message displayed (message received from server
+ after the user issued the command).
+
+| server_pass | modifier |
+ Hide server password in commands `/server` and `/connect`.
+|===
+
[[trigger_anatomy]]
==== Anatomy of a trigger