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

irc: add note about option irc.network.whois_double_nick in /help whois

This commit is contained in:
Sebastien Helleu
2014-02-20 11:44:30 +01:00
parent cdadbdec0d
commit f78f42d833
25 changed files with 109 additions and 51 deletions
+4 -1
View File
@@ -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",