Add test framework, with no scripts yet.
[ircu2.10.12-pk.git] / tests / ircd.conf
1 General {
2         name = "irc.example.net";
3         vhost = "127.0.0.1";
4         description = "Test IRC server";
5         numeric = 1;
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 = "Local";
16         pingfreq = 1 minutes 30 seconds;
17         sendq = 160000;
18         maxlinks = 100;
19 };
20
21 Client { ip = "127.*"; class = "Local"; };
22 Operator { local = no; class = "Local"; host = "*@127.*"; password = "$PLAIN$oper"; name = "oper"; };
23 Port { port = 7601; };