summaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc-config.c')
-rw-r--r--src/plugins/irc/irc-config.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index f46b5de5c..a45818e07 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2830,8 +2830,11 @@ irc_config_init ()
irc_config_file, ptr_section,
"display_pv_warning_address", "boolean",
N_("display a warning in private buffer if the address of remote nick "
- "has changed"),
- NULL, 0, 0, "on", NULL, 0,
+ "has changed; this option is disabled by default because servers "
+ "like bitlbee are causing this warning to be displayed when it is "
+ "not expected (the address of remote nick changes multiple times "
+ "on login)"),
+ NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_look_highlight_channel = weechat_config_new_option (
irc_config_file, ptr_section,