repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 927e626f036670f087958ee33333a01ecf5f0e06:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 927e626f036670f087958ee33333a01ecf5f0e06
Author: Alexander Barton 
Date:   Sun Apr 27 11:45:27 2003 +0000

    Documented missing "Password" variable in section "[Global]".

diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index b1829df49e7d955547e9f8b4773c165b8d96f2ec..
index ..186a4ed6b5c98c5dbb4efcea68e09e87d21ce2b5 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.20 2003/03/10 00:23:34 alex Exp $
+# $Id: sample-ngircd.conf,v 1.21 2003/04/27 11:45:27 alex Exp $

 #
 # This is a sample configuration file for the ngIRCd, which must adept to
@@ -22,6 +22,9 @@
 	# Info text of the server. This will be shown by WHOIS and
 	# LINKS requests for example.
 	Info = Server Info Text
+
+	# Global password for all users needed to connect to the server
+	;Password = abc

 	# Information about the server and the administrator, used by the
 	# ADMIN command.

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