mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +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,7 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:userhost@
|
||||
|
||||
Shows the user@host, IRC operator (*) and away (-) status of the specified nick.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: WHOIS
|
||||
One or more nicknames separated by space.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Displays the user@host for the given nicknames; some common added attributes
|
||||
are '*' to identify an IRC operator, '-' and '+' to indicate whether the
|
||||
nickname is AWAY or available.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/USERHOST mike
|
||||
/USERHOST bob sarah
|
||||
|
||||
%9See also:%9 WHOIS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue