ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / tests / ircd-2.conf
1 General {
2         name = "irc-2.example.net";
3         vhost = "127.0.0.1";
4         description = "Test IRC server";
5         numeric = 2;
6 };
7
8 Admin {
9         Location = "Right Here, Right Now";
10         Location = "Testbench IRC server";
11         Contact = "root@localhost";
12 };
13
14 Class {
15         name = "Server";
16         pingfreq = 90 seconds;
17         connectfreq = 5 minutes;
18         sendq = 9 megabytes;
19         maxlinks = 10;
20 };
21
22 Connect { name = "irc.example.net"; host = "127.0.0.1"; port = 7600; password = "password"; class = "Server"; hub; autoconnect = yes; };
23
24 Class {
25         name = "Local";
26         pingfreq = 1 minutes 30 seconds;
27         sendq = 160000;
28         maxlinks = 100;
29 };
30
31 Client { ip = "127.*"; class = "Local"; };
32 Operator { local = no; class = "Local"; host = "*@127.*"; password = "$PLAIN$oper"; name = "oper"; };
33 Port { server = yes; port = 7610; };
34 Port { port = 7611; };
35
36 Features {
37         "PPATH" = "ircd-2.pid";
38 };