diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:44:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:44:30 +0100 |
commit | f78f42d83383173f5e3b96ddb67f9ca64304e24c (patch) | |
tree | c386c2c2f99dd2e267ac241e503f422f45195101 /src/plugins | |
parent | cdadbdec0d92c4acf52fa93ad48a6a5eda8fa225 (diff) | |
download | weechat-f78f42d83383173f5e3b96ddb67f9ca64304e24c.zip |
irc: add note about option irc.network.whois_double_nick in /help whois
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-command.c | 5 |
1 files changed, 4 insertions, 1 deletions
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", |