diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-05 22:00:30 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-05 22:00:30 +0200 |
commit | f0aa2d204990636a65de9aaba7c13c0866fcaf83 (patch) | |
tree | a28895b766bc1ef61c14eb8c7fc497e951e8ee6f /docs/help/in/userhost.in | |
parent | b9f532568b92444488ce00c1734013e035d40f56 (diff) | |
download | irssi-f0aa2d204990636a65de9aaba7c13c0866fcaf83.zip |
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
Diffstat (limited to 'docs/help/in/userhost.in')
-rw-r--r-- | docs/help/in/userhost.in | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/help/in/userhost.in b/docs/help/in/userhost.in index 74550448..48936499 100644 --- a/docs/help/in/userhost.in +++ b/docs/help/in/userhost.in @@ -1,7 +1,22 @@ +%9Syntax:%9 + @SYNTAX:userhost@ -Shows the user@host, IRC operator (*) and away (-) status of the specified nick. +%9Parameters:%9 + + 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 -See also: WHOIS +%9See also:%9 WHOIS |