1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

irc: set option irc.network.whois_double_nick to "off" by default

This commit is contained in:
Sebastien Helleu
2014-02-20 11:40:45 +01:00
parent f8a5c26d96
commit cdadbdec0d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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",