diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-06 11:29:38 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-06 11:29:38 +0200 |
commit | 66a0eb7a0bfe7a577e35c33a6e52c0afa5afd181 (patch) | |
tree | ebe0badf723a14b64f0f611a3d507053827c0952 /doc/en/autogen/user/irc_options.txt | |
parent | 9f1658ef03c6bde48e274c6ed38e512812406e47 (diff) | |
download | weechat-66a0eb7a0bfe7a577e35c33a6e52c0afa5afd181.zip |
irc: improve help of server option "autojoin"
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 09cd6b402..c9a4f4e5a 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -414,7 +414,7 @@ ** values: on, off (default value: `off`) * [[option_irc.server_default.autojoin]] *irc.server_default.autojoin* -** description: `comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2") (note: content is evaluated, see /help eval)` +** description: `comma separated list of channels to join when connected to server; the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) |