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

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

diff --git a/doc/Commands.txt b/doc/Commands.txt
index f23d99d8401ab818c823aaba50d470897984eab9..
index ..6889039c72d4ab190807f785a6fbb99150d6079e 100644
--- a/doc/Commands.txt
+++ b/doc/Commands.txt
@@ -355,9 +355,22 @@ Status and Informational Commands
 	 - RFC 2812, 4.8 "Userhost message"

 - VERSION
-	VERSION []
+	VERSION []
 	.
-	Show the ngIRCd version of the current server, or specified .
+	Show version information about a particular IRC server in the network.
+	.
+	 can be a server name, the nickname of a client connected to
+	a specific server, or a mask matching a server name in the network.
+	The server of the current connecion is used when  is omitted.
+	.
+	Please note: in normal operation, the version number ends in a dot
+	(".", for example "ngIRCd-20.1."). If it ends in ".1" (for example
+	"ngIRCd-20.1.1", same version than before!), the server is running in
+	debug-mode; and if it ends in ".2", the "network sniffer" is active!
+	Keep your privacy in mind ...
+
+	References:
+	 - RFC 2812, 3.4.3 "Version message"

 - WHO
 	WHO [ ["o"]]

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