repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 5b8f13a4a975a7b60d44fa2d3817409feb234f16:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 5b8f13a4a975a7b60d44fa2d3817409feb234f16
Author: Alexander Barton 
Date:   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
index 642dfb0b09db8a360b7627090396f3475217f00c..
index ..f23d99d8401ab818c823aaba50d470897984eab9 100644
--- 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-----