From 342f20f88931d823088dccf5af45281df64e3c51 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 1 Sep 2005 18:16:29 +0000 Subject: [PATCH] Add warning about leading : in passwords. (thx Ben Korvemaker for pointing this out) --- doc/sample-ngircd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 149e1fa3..022e7781 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -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 @@ -145,7 +145,8 @@ ;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 -- 2.39.2