Blob


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