mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
This commit is contained in:
parent
b9f532568b
commit
f0aa2d2049
30 changed files with 488 additions and 215 deletions
|
|
@ -1,15 +1,30 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:whois@
|
||||
|
||||
Shows whois information of the specified nick.
|
||||
By default, this is aliased to /WI.
|
||||
%9Parameters:%9
|
||||
|
||||
/WHOIS nick1 nick1 also queries the idle time of
|
||||
the user. This is aliased to /WII by default.
|
||||
-<server tag>: The server tag the target nickname is on.
|
||||
|
||||
If given nick is not in the IRC, irssi automatically
|
||||
sends a WHOWAS query. Read carefully the reply to see
|
||||
if it is a WHOIS or WHOWAS reply.
|
||||
The remote server to query and the nicknames; if no remote server is given,
|
||||
the server you are connected to will be used. If no nickname is given, you
|
||||
will query yourself.
|
||||
|
||||
See also: WHO, CHANNEL
|
||||
%9Description:%9
|
||||
|
||||
Displays information about users in the specified channel; you may give the
|
||||
same nickname as the argument twice to also query the idle time.
|
||||
|
||||
If the nickname is not online, the WHOWAS command will be automatically
|
||||
performed.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/WHOIS
|
||||
/WHOIS mike
|
||||
/WHOIS ircsource.irssi.org bob
|
||||
/WHOIS sarah sarah
|
||||
|
||||
%9See also:%9 CHANNEL, NAMES, WHO, WHOWAS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue