]> jfr.im git - irc/freenode/solanum.git/blob - tests/send_multiline1.conf
Add some tests for multiline
[irc/freenode/solanum.git] / tests / send_multiline1.conf
1 serverinfo {
2 sid = "0AA";
3 name = "me.test";
4 description = "Test server";
5 network_name = "Test network";
6 };
7
8 connect "remote.test" {
9 host = "::1";
10 fingerprint = "test";
11 class = "default";
12 };
13
14 connect "remote2.test" {
15 host = "::1";
16 fingerprint = "test";
17 class = "default";
18 };
19
20 connect "remote3.test" {
21 host = "::1";
22 fingerprint = "test";
23 class = "default";
24 };
25
26 privset "admin" {
27 privs = oper:admin;
28 };
29