]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Implement the IRC command "SERVLIST"
[ngircd-alex.git] / src / testsuite / ngircd-test2.conf
1 # ngIRCd test suite
2 # configuration file for test server #2
3
4 [Global]
5         Name = ngircd.test.server2
6         Info = ngIRCd Test-Server 2
7         Ports = 6790
8         MotdFile = ngircd-test2.motd
9         AdminEMail = admin@irc.server2
10         MaxConnectionsIP = 0
11         OperCanUseMode = yes
12         MaxJoins = 4
13
14 [Operator]
15         Name = TestOp
16         Password = 123
17
18 [Server]
19         Name = ngircd.test.server
20         Host = localhost
21         Port = 6789
22         MyPassword = pwd2
23         PeerPassword = pwd1
24
25 # -eof-