From caa7049e2b8d19c6f25c973dbd157626c47d2f21 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 19 Nov 2002 12:50:48 +0000 Subject: - Dokumentation aktualisiert [asyncrone Server-Passwoerter]. --- doc/en/sample-ngircd.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/en') diff --git a/doc/en/sample-ngircd.conf b/doc/en/sample-ngircd.conf index 1c174487..edde4a99 100644 --- a/doc/en/sample-ngircd.conf +++ b/doc/en/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.1 2002/11/08 23:24:54 alex Exp $ +# $Id: sample-ngircd.conf,v 1.2 2002/11/19 12:50:48 alex Exp $ # # This is a sample configuration for the ngIRCd, which must adept to the @@ -105,8 +105,13 @@ # assign no port, the ngIRCd waits for an answer of that server. ;Port = 6666 - # Password for the connection - ;Password = ThePwd1 + # Own password for the connection. This password has to be configured + # as "PeerPassword" on the other server. + ;MyPassword = MySecret + + # Foreign password for this connection. This password has to be + # configured as "MyPassword" on the other server. + ;PeerPassword = PeerSecret # Group of that server (optional) ;Group = 123 -- cgit 1.4.1