repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 969e5f1c1229ce2394d56497de71335a88caf4cf:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 969e5f1c1229ce2394d56497de71335a88caf4cf
Author: Alexander Barton 
Date:   Sun Jan 6 16:54:05 2002 +0000

    - Beispiel-Konfigurationsdatei aktualisiert.

diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 73619ac2259e2ea7451ae5dbf89d0a9dd0eae7a0..
index ..b3af6ed592ecb8e71421e640591513da758793dd 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,16 +1,22 @@
-# ngircd.conf
+# $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $

-ServerName = thor.my.net
-ServerInfo = [thor.my.net] Experimental ngIRCd Test Server
+[Global]
+	Name = irc.the.net
+	Info = Server Info Text
+	Ports = 6667, 6668, 6669
+	MotdFile = /usr/local/etc/ngircd.motd
+	PingTimeout = 120
+	PongTimeout = 10
+	ConnectRetry = 60

-# Operator = Alex
-# OperatorPwd = 123
+[Operator]
+;	Name = TheOper
+;	Password = ThePwd

-ListenPorts = 6668
-
-MotdFile = /usr/local/etc/ngircd.motd
-
-PingTimeout = 120
-PongTimeout = 10
+[Server]
+;	Host = host2.the.net
+;	Name = irc2.the.net
+;	Port = 6666
+;	Password = ThePwd

 # -eof-

-----END OF PAGE-----