]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ...
authorAlexander Barton <alex@barton.de>
Sun, 17 Feb 2002 17:34:50 +0000 (17:34 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 17 Feb 2002 17:34:50 +0000 (17:34 +0000)
doc/sample-ngircd.conf

index b3af6ed592ecb8e71421e640591513da758793dd..c7845135104eb67555e7a6b201fea7c76199fef6 100644 (file)
@@ -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
 ;      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-