about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test.conf
blob: 358d739ccd88f47d2d3e125392c629253d24e590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: ngircd-test.conf,v 1.4 2003/11/05 23:31:43 alex Exp $

[Global]
	Name = ngircd.test.server
	Info = ngIRCd Test-Server
	Ports = 6789
	MotdFile = ngircd-test.motd
	AdminEMail = admin@irc.server
	MaxConnectionsIP = 0

[Operator]
	Name = TestOp
	Password = 123

# -eof-