From ce2738c9840565f1665ac1d5b63b970eadfa5f39 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 17 Feb 2002 17:34:50 +0000 Subject: [PATCH] - Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ... --- doc/sample-ngircd.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index b3af6ed5..c7845135 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $ +# $Id: sample-ngircd.conf,v 1.3 2002/02/17 17:34:50 alex Exp $ [Global] Name = irc.the.net @@ -14,9 +14,14 @@ ; Password = ThePwd [Server] -; Host = host2.the.net +; Host = connect-to-host.the.net ; Name = irc2.the.net ; Port = 6666 -; Password = ThePwd +; Password = ThePwd1 + +[Server] +; Host = wait-for-host.the.net +; Name = irc3.the.net +; Password = ThePwd2 # -eof-