diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-05 09:46:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-05 09:46:51 +0200 |
commit | ecba10eab2eb7b62e72d56833aa54758aa99e1c7 (patch) | |
tree | 92be6bdef5742a03cd4d99d867116d82055c2ea2 | |
parent | 67726a94514fca53b0a775d294ac4f36c2b10350 (diff) | |
download | weechat-ecba10eab2eb7b62e72d56833aa54758aa99e1c7.zip |
doc: add "nick" for sasl_username option (irc plugin) in user guide
-rw-r--r-- | doc/de/weechat_user.de.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index c144694ba..61f015e37 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1348,7 +1348,7 @@ Optionen für Server sind: * 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain" oder "dh-blowfish") * 'sasl_timeout': Zeitüberschreitung (in Sekunden) für Authentifizierung -* 'sasl_username': Username +* 'sasl_username': Username (Nickname) * 'sasl_password': Passwort Soll "dh-blowfish" standardmäßig auf allen Servern genutzt werden: diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index cfe633c2b..b2a3d0f63 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1330,7 +1330,7 @@ Options in servers are: * 'sasl_mechanism': mechanism to use ("plain" or "dh-blowfish") * 'sasl_timeout': timeout (in seconds) for authentication -* 'sasl_username': username +* 'sasl_username': username (nick) * 'sasl_password': password If you want to use "dh-blowfish" by default for all servers: diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 7793989bd..40fdbbd1e 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -1373,7 +1373,7 @@ Les options dans le serveur sont : * 'sasl_mechanism' : mécanisme à utiliser ("plain" ou "dh-blowfish") * 'sasl_timeout' : délai d'attente maximum (en secondes) pour l'authentification -* 'sasl_username' : nom d'utilisateur +* 'sasl_username' : nom d'utilisateur (pseudo) * 'sasl_password' : mot de passe Si vous voulez utiliser "dh-blowfish" par défaut pour tous les serveurs : diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index f44fda4e0..c2a654af9 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1356,7 +1356,7 @@ Le opzioni nel server sono: * 'sasl_mechanism': meccanismo da usare ("plain" o "dh-blowfish") * 'sasl_timeout': timeout (in secondi) per l'autenticazione -* 'sasl_username': nome utente +* 'sasl_username': nome utente (nick) * 'sasl_password': password Se si desidera usare "dh-blowfish" in tutti i server: |