blob: 5d2e28f2e48c95e5dcaeb7d878b045839c163dae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# ngIRCd test suite
# configuration file for test server #2
[Global]
Name = ngircd.test.server2
Info = ngIRCd Test-Server 2
Ports = 6790
MotdFile = ngircd-test2.motd
AdminEMail = admin@irc.server2
[Limits]
MaxConnectionsIP = 0
MaxJoins = 4
[Options]
OperCanUseMode = yes
Ident = no
PAM = no
[Operator]
Name = TestOp
Password = 123
[Server]
Name = ngircd.test.server
Host = localhost
Port = 6789
MyPassword = pwd2
PeerPassword = pwd1
# -eof-
|