Blame


1 969e5f1c 2002-01-06 alex # $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $
2 0fa00df6 2001-12-31 alex
3 969e5f1c 2002-01-06 alex [Global]
4 969e5f1c 2002-01-06 alex Name = irc.the.net
5 969e5f1c 2002-01-06 alex Info = Server Info Text
6 969e5f1c 2002-01-06 alex Ports = 6667, 6668, 6669
7 969e5f1c 2002-01-06 alex MotdFile = /usr/local/etc/ngircd.motd
8 969e5f1c 2002-01-06 alex PingTimeout = 120
9 969e5f1c 2002-01-06 alex PongTimeout = 10
10 969e5f1c 2002-01-06 alex ConnectRetry = 60
11 0fa00df6 2001-12-31 alex
12 969e5f1c 2002-01-06 alex [Operator]
13 969e5f1c 2002-01-06 alex ; Name = TheOper
14 969e5f1c 2002-01-06 alex ; Password = ThePwd
15 0fa00df6 2001-12-31 alex
16 969e5f1c 2002-01-06 alex [Server]
17 969e5f1c 2002-01-06 alex ; Host = host2.the.net
18 969e5f1c 2002-01-06 alex ; Name = irc2.the.net
19 969e5f1c 2002-01-06 alex ; Port = 6666
20 969e5f1c 2002-01-06 alex ; Password = ThePwd
21 0fa00df6 2001-12-31 alex
22 0fa00df6 2001-12-31 alex # -eof-