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

irc: set option irc.look.display_pv_warning_address to off by default (issue #892)

This is because the bitlbee server causes the warning to be displayed when it
is not expected (the address of remote nick changes multiple times on login).
This commit is contained in:
Sébastien Helleu
2019-11-08 21:27:12 +01:00
parent 17d3032b73
commit 9f8162651f
21 changed files with 100 additions and 58 deletions
+5 -2
View File
@@ -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,