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 /doc/en | |
parent | 67726a94514fca53b0a775d294ac4f36c2b10350 (diff) | |
download | weechat-ecba10eab2eb7b62e72d56833aa54758aa99e1c7.zip |
doc: add "nick" for sasl_username option (irc plugin) in user guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |