diff options
Diffstat (limited to 'docs/help/in/whowas.in')
-rw-r--r-- | docs/help/in/whowas.in | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/help/in/whowas.in b/docs/help/in/whowas.in index 2c7c68bc..3dec6d29 100644 --- a/docs/help/in/whowas.in +++ b/docs/help/in/whowas.in @@ -1,19 +1,24 @@ +%9Syntax:%9 + @SYNTAX:whowas@ -This command is similar to WHOIS, except it returns information -about nicknames that were recently in use. Like WHOIS, it shows -the nickname, address, real name, and server. It may also return -multiple entries if the nickname has been used recently by several -people. These multiples may be limited by specifying a count to show. +%9Parameters:%9 + + The nicknames, the maximum amount of results and the remote server. If no + arguments are given, your own nickname will be used. If no remote server is + given, the server you are connected to will be used. -WHOWAS will work regardless of whether the queried nick is in use. -If no arguments are given, the client's current nickname is used. +%9Description:%9 -Example: To show the last 5 users of the nickname JoeBob: + Displays historical user information. -/whowas joebob 5 +%9Examples:%9 + /WHOWAS + /WHOWAS mike + /WHOWAS bob 10 + /WHOWAS sarah 5 ircsource.irssi.org -See also: WHOIS +%9See also:%9 CHANNEL, NAMES, WHO, WHOIS |