diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-02 20:16:47 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-02 20:16:47 +0200 |
commit | 26fcc6695334f758b0d4c1757043c30269a06d5c (patch) | |
tree | e0a78becc3f62f1075c877e1bdd495b30ffe8e28 /doc/en/autogen/user/irc_options.txt | |
parent | 663de422849a591c2b7fdf47fbabdf6e2ecb98da (diff) | |
download | weechat-26fcc6695334f758b0d4c1757043c30269a06d5c.zip |
core: update translations
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 08f645290..1c28e8d1f 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -409,7 +409,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")` +** 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)` ** type: string ** values: any string (default value: `""`) @@ -449,7 +449,7 @@ ** values: any string (default value: `""`) * [[option_irc.server_default.command]] *irc.server_default.command* -** description: `command(s) to run when connected to server (many commands should be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value)` +** description: `command(s) to run when connected to server (many commands should be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) @@ -514,7 +514,7 @@ ** values: plain, dh-blowfish, dh-aes, external (default value: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* -** description: `password for SASL authentication` +** description: `password for SASL authentication (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) @@ -524,7 +524,7 @@ ** values: 1 .. 3600 (default value: `15`) * [[option_irc.server_default.sasl_username]] *irc.server_default.sasl_username* -** description: `username for SASL authentication` +** description: `username for SASL authentication (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) |