repo: ngircd action: commit revision: path_from: revision_from: 5b8f13a4a975a7b60d44fa2d3817409feb234f16: path_to: revision_to:
commit 5b8f13a4a975a7b60d44fa2d3817409feb234f16 Author: Alexander BartonDate: Sun Feb 10 00:23:27 2013 +0100 Commands.txt: Update description of the "USERHOST" command diff --git a/doc/Commands.txt b/doc/Commands.txt
--- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -342,12 +342,17 @@ Status and Informational Commands of a specific, in a similar method to traceroute. - USERHOST - USERHOST + USERHOST [ [...]] . - Show the user-host of (seperated by space). - "-" means is away, - "+" means is available, - "*" indicates your connection. + Show flags and the hostmasks ( @ ) of the s, + seperated by spaces. The following flags are used: + . + - "-" 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 [ ]
-----END OF PAGE-----