From: Alexander Barton Date: Sun, 17 Feb 2002 17:34:50 +0000 (+0000) Subject: - Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ... X-Git-Tag: rel-0-2-1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2738c9840565f1665ac1d5b63b970eadfa5f39;p=ngircd - Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ... --- 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-