summaryrefslogtreecommitdiff
path: root/doc/de/includes/autogen_user_commands.de.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/includes/autogen_user_commands.de.adoc')
-rw-r--r--doc/de/includes/autogen_user_commands.de.adoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc
index eae094a4b..a6b77109e 100644
--- a/doc/de/includes/autogen_user_commands.de.adoc
+++ b/doc/de/includes/autogen_user_commands.de.adoc
@@ -100,6 +100,26 @@ Beispiele:
/allserv /whois $nick
----
+[[command_irc_auth]]
+* `+auth+`: authenticate with SASL
+
+----
+/auth [<username> <password>]
+
+username: SASL username (content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)
+password: SASL password or path to file with private key (content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)
+
+If username and password are not provided, the values from server options "sasl_username" and "sasl_password" (or "sasl_key") are used.
+
+Examples:
+ authenticate with username/password defined in the server:
+ /auth
+ authenticate as a different user:
+ /auth user2 password2
+ authenticate as a different user with mechanism ecdsa-nist256p-challenge:
+ /auth user2 ${weechat_config_dir}/ecdsa2.pem
+----
+
[[command_irc_ban]]
* `+ban+`: Nicknamen oder Hosts sperren/verbannen