about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test.conf
blob: c12cc8d8ac2c8d8fda13f6cd19ee44b78b377d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: ngircd-test.conf,v 1.2 2002/09/09 21:25:50 alex Exp $

[Global]
	Name = ngircd.test.server
	Info = ngIRCd Test-Server
	Ports = 6789
	MotdFile = ngircd-test.motd

[Operator]
	Name = TestOp
	Password = 123

# -eof-