]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test.conf
Fixes to who-test: accept any ident, escape some '*' flags.
[ngircd-alex.git] / src / testsuite / ngircd-test.conf
1 # $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $
2
3 [Global]
4         Name = ngircd.test.server
5         Info = ngIRCd Test-Server
6         Ports = 6789
7         MotdFile = ngircd-test.motd
8         AdminEMail = admin@irc.server
9         MaxConnectionsIP = 0
10         OperCanUseMode = yes
11
12 [Operator]
13         Name = TestOp
14         Password = 123
15
16 # -eof-