1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-03-06 17:38:10 +00:00

Commands.txt: Update description of the "USERHOST" command

This commit is contained in:
Alexander Barton 2013-02-10 00:23:27 +01:00
parent b6e6e2e1da
commit 5b8f13a4a9

View File

@ -342,12 +342,17 @@ Status and Informational Commands
of a specific <server>, in a similar method to traceroute. of a specific <server>, in a similar method to traceroute.
- USERHOST - USERHOST
USERHOST <nicknames> USERHOST <nickname> [<nickname> [...]]
. .
Show the user-host of <nicknames> (seperated by space). Show flags and the hostmasks (<user>@<host>) of the <nickname>s,
"-" means <nick> is away, seperated by spaces. The following flags are used:
"+" means <nick> is available, .
"*" indicates your connection. - "-" The client is "away" (the mode "+a" is set on this client).
- "+" Client seems to be available, at least it isn't marked "away".
- "*" The client is an IRC operator (the mode "+o" is set).
References:
- RFC 2812, 4.8 "Userhost message"
- VERSION - VERSION
VERSION [<server>] VERSION [<server>]