From f78f42d83383173f5e3b96ddb67f9ca64304e24c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 20 Feb 2014 11:44:30 +0100 Subject: irc: add note about option irc.network.whois_double_nick in /help whois --- src/plugins/irc/irc-command.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 6ba4a4b24..d63197de7 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6535,7 +6535,10 @@ irc_command_init () "\n" "Without argument, this command will do a whois on:\n" "- your own nick if buffer is a server/channel\n" - "- remote nick if buffer is a private."), + "- remote nick if buffer is a private.\n" + "\n" + "If option irc.network.whois_double_nick is enabled, two nicks are " + "sent (if only one nick is given), to get idle time in answer."), "%(nicks)", &irc_command_whois, NULL); weechat_hook_command ( "whowas", -- cgit v1.2.3