1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

irc: add note about evaluated content of "password" server option

This commit is contained in:
Sebastien Helleu
2013-09-19 13:58:45 +02:00
parent e900579fba
commit 087e9cc008
18 changed files with 94 additions and 44 deletions
+2 -1
View File
@@ -1578,7 +1578,8 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "string",
N_("password for server"),
N_("password for server "
"(note: content is evaluated, see /help eval)"),
NULL, 0, 0,
default_value, value,
null_value_allowed,