diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 13:55:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 15:11:51 +0200 |
commit | e900579fbaf1185aaefb9dc0463bbeadfd9fe1a8 (patch) | |
tree | f2cbb7067ef1348f6a975497a20096b59d0538db /doc/en | |
parent | 252feedde4ed4c67c2790da16aec955cc39ba098 (diff) | |
download | weechat-e900579fbaf1185aaefb9dc0463bbeadfd9fe1a8.zip |
relay: add support of secured data in option relay.network.password (evaluate content) (patch from Nils Görs)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/relay_options.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/autogen/user/relay_options.txt b/doc/en/autogen/user/relay_options.txt index 8e0253657..ee41354cf 100644 --- a/doc/en/autogen/user/relay_options.txt +++ b/doc/en/autogen/user/relay_options.txt @@ -104,7 +104,7 @@ ** values: 1 .. 1024 (default value: `5`) * [[option_relay.network.password]] *relay.network.password* -** description: `password required by clients to access this relay (empty value means no password required)` +** description: `password required by clients to access this relay (empty value means no password required) (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 0f007aade..68caff3bb 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -637,6 +637,7 @@ It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the p Secured data with format ${sec.data.xxx} can be used in: - command line argument "--run-command" - irc server options: autojoin, command, password, sasl_{username|password} + - option relay.network.password - options weechat.startup.command_{before|after}_plugins - command /eval. |