about summary refs log tree commit diff
path: root/doc/sample-ngircd.conf
blob: b3af6ed592ecb8e71421e640591513da758793dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: sample-ngircd.conf,v 1.2 2002/01/06 16:54:05 alex Exp $

[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]
;	Name = TheOper
;	Password = ThePwd

[Server]
;	Host = host2.the.net
;	Name = irc2.the.net
;	Port = 6666
;	Password = ThePwd

# -eof-