]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Add warning about leading : in passwords. (thx Ben Korvemaker for pointing this out)
authorFlorian Westphal <fw@strlen.de>
Thu, 1 Sep 2005 18:16:29 +0000 (18:16 +0000)
committerFlorian Westphal <fw@strlen.de>
Thu, 1 Sep 2005 18:16:29 +0000 (18:16 +0000)
doc/sample-ngircd.conf

index 149e1fa33b7c434f4c6a80920b81406d5603d0a5..022e77811c2e1609505914b23d38f0d1cd650b3a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.33 2005/03/15 16:58:01 alex Exp $
+# $Id: sample-ngircd.conf,v 1.34 2005/09/01 18:16:29 fw Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
        ;Port = 6666
 
        # Own password for the connection. This password has to be configured
-       # as "PeerPassword" on the other server.
+       # as "PeerPassword" on the other server. Password should be Alphanumeric!
+       # For instance, a leading ':' will _NOT_ work!
        ;MyPassword = MySecret
 
        # Foreign password for this connection. This password has to be