diff options
author | Nils Görs <weechatter@arcor.de> | 2012-10-20 17:19:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-20 17:19:55 +0200 |
commit | 7ee9e58d1b9494f2fb7befd4107d79616a084ff1 (patch) | |
tree | 66c58c586589c3eddf87361e6dcb90bd063bb9ef /doc/de/autogen/user | |
parent | ffe636ea481a1b4140cae14108112d7d732c92f4 (diff) | |
download | weechat-7ee9e58d1b9494f2fb7befd4107d79616a084ff1.zip |
irc: send whois on self nick when /whois is done without argument on a channel (task #12273)
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/irc_commands.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt index 8343c5a69..9fe26cca1 100644 --- a/doc/de/autogen/user/irc_commands.txt +++ b/doc/de/autogen/user/irc_commands.txt @@ -736,10 +736,14 @@ mask: nur Information über betreffende Nicknamen abfragen [[command_irc_whois]] [command]*`whois`* Information über User abfragen:: ........................................ -/whois [<server>] <nick>[,<nick>...] +/whois [<server>] [<nick>[,<nick>...]] -server: Servername - nick: Nickname (oder eine Maske) +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]] |