repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 19cb29da514a397268f2965c08496a7b6ff89aa0:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 19cb29da514a397268f2965c08496a7b6ff89aa0
Author: Alexander Barton 
Date:   Sun Feb 10 00:23:59 2013 +0100

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

diff --git a/doc/Commands.txt b/doc/Commands.txt
index 6889039c72d4ab190807f785a6fbb99150d6079e..
index ..f21073abb86d16b12957dd2e2a8dd8743abcd37e 100644
--- a/doc/Commands.txt
+++ b/doc/Commands.txt
@@ -373,13 +373,18 @@ Status and Informational Commands
 	 - RFC 2812, 3.4.3 "Version message"

 - WHO
-	WHO [ ["o"]]
+	WHO [ ["o"]]
 	.
-	Returns a list of users who match  (nick, hostmask or channel).
+	Show a list of users who match the , or all visible users when
+	the  has been omitted. (Special case: the  "0" is
+	equivalent to "*")
 	.
 	If the flag "o" is given, the server will only return information about
 	IRC Operators.

+	References:
+	 - RFC 2812, 3.6.1 "Who query"
+
 - WHOIS
 	WHOIS [] 
 	.

-----END OF PAGE-----