summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2012-10-20 17:19:55 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-10-20 17:19:55 +0200
commit7ee9e58d1b9494f2fb7befd4107d79616a084ff1 (patch)
tree66c58c586589c3eddf87361e6dcb90bd063bb9ef /doc/it/autogen/user
parentffe636ea481a1b4140cae14108112d7d732c92f4 (diff)
downloadweechat-7ee9e58d1b9494f2fb7befd4107d79616a084ff1.zip
irc: send whois on self nick when /whois is done without argument on a channel (task #12273)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/irc_commands.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt
index a9fc3909d..1e05c8850 100644
--- a/doc/it/autogen/user/irc_commands.txt
+++ b/doc/it/autogen/user/irc_commands.txt
@@ -736,10 +736,14 @@ mask: solo l'informazione corrispondente al mask
[[command_irc_whois]]
[command]*`whois`* richiedi informazioni su uno o più utenti::
........................................
-/whois [<server>] <nick>[,<nick>...]
+/whois [<server>] [<nick>[,<nick>...]]
-server: nome server
- nick: nick (può essere una mask)
+server: server name
+ nick: nick (may be a mask)
+
+Without argument, this command will do a whois on:
+- your own nick if buffer is a server/channel
+- remote nick if buffer is a private.
........................................
[[command_irc_whowas]]