Blob


1 # $Id: sample-ngircd.conf,v 1.3 2002/02/17 17:34:50 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 = connect-to-host.the.net
18 ; Name = irc2.the.net
19 ; Port = 6666
20 ; Password = ThePwd1
22 [Server]
23 ; Host = wait-for-host.the.net
24 ; Name = irc3.the.net
25 ; Password = ThePwd2
27 # -eof-