mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
core: update options supporting secured data in /help secure
This commit is contained in:
@@ -7797,13 +7797,12 @@ command_init ()
|
||||
"/upgrade).\n"
|
||||
"\n"
|
||||
"Secured data with format ${sec.data.xxx} can be used in:\n"
|
||||
" - command /eval\n"
|
||||
" - command line argument \"--run-command\"\n"
|
||||
" - options weechat.startup.command_{before|after}_plugins\n"
|
||||
" - proxy options: username, password\n"
|
||||
" - irc server options: autojoin, command, password, "
|
||||
"sasl_{username|password}, username, realname\n"
|
||||
" - option relay.network.password\n"
|
||||
" - command /eval.\n"
|
||||
" - other options that may contain a password or sensitive data "
|
||||
"(for example proxy, irc server and relay); see /help on the "
|
||||
"options to check if they are evaluated.\n"
|
||||
"\n"
|
||||
"Examples:\n"
|
||||
" set a passphrase:\n"
|
||||
|
||||
Reference in New Issue
Block a user