Module: ngircd.git Branch: master Commit: 5b8f13a4a975a7b60d44fa2d3817409feb234f16 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=5b8f1...
Author: Alexander Barton alex@barton.de Date: Sun Feb 10 00:23:27 2013 +0100
Commands.txt: Update description of the "USERHOST" command
---
doc/Commands.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/doc/Commands.txt b/doc/Commands.txt index 642dfb0..f23d99d 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -342,12 +342,17 @@ Status and Informational Commands of a specific <server>, in a similar method to traceroute.
- USERHOST - USERHOST <nicknames> + USERHOST <nickname> [<nickname> [...]] . - Show the user-host of <nicknames> (seperated by space). - "-" means <nick> is away, - "+" means <nick> is available, - "*" indicates your connection. + Show flags and the hostmasks (<user>@<host>) of the <nickname>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 [<server>]