From cdadbdec0d92c4acf52fa93ad48a6a5eda8fa225 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 20 Feb 2014 11:40:45 +0100 Subject: [PATCH] irc: set option irc.network.whois_double_nick to "off" by default --- ChangeLog | 1 + src/plugins/irc/irc-config.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7a062042..574c93e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * api: add integer return code for functions hook_{signal|hsignal}_send * alias: change default command for alias /beep to "/print -beep" * guile: fix module used after unload of a script +* irc: set option irc.network.whois_double_nick to "off" by default * irc: fix parsing of nick in host when '!' is not found (bug #41640) * lua: fix interpreter used after unload of a script * perl: fix context used after unload of a script diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 8779262fa..eceadac19 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2842,7 +2842,7 @@ irc_config_init () N_("double the nick in /whois command (if only one nick is given), to " "get idle time in answer; for example: \"/whois nick\" will send " "\"whois nick nick\""), - NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); + NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); /* msgbuffer */ ptr_section = weechat_config_new_section (irc_config_file, "msgbuffer",