]> jfr.im git - irc/quakenet/snircd.git/blob - ircd/test/ircd-t2.conf
add sbounce from asuka into snircd tree
[irc/quakenet/snircd.git] / ircd / test / ircd-t2.conf
1 General {
2 name = "test-2.example.net";
3 vhost = "127.0.0.1";
4 vhost = "::1";
5 description = "Test Server 2";
6 numeric = 2;
7 };
8
9 Admin {
10 location = "Somewhere";
11 contact = "Someone";
12 };
13
14 Class {
15 name = "Server";
16 pingfreq = 180 seconds;
17 connectfreq = 300 seconds;
18 maxlinks = 1;
19 sendq = 9000000;
20 };
21
22 Class {
23 name = "others";
24 pingfreq = 180 seconds;
25 sendq = 160000;
26 maxlinks = 100;
27 usermode = "+oiwx";
28 };
29
30 Class {
31 name = "Opers";
32 pingfreq = 180 seconds;
33 sendq = 160000;
34 maxlinks = 10;
35 local = no;
36 };
37
38 Connect {
39 name = "test-1.example.net";
40 host = "::1";
41 password = "bogus_example";
42 port = 7700;
43 class = "Server";
44 maxhops = 2;
45 hub = "*.example.net";
46 autoconnect = yes;
47 };
48
49 CRule {
50 server = "bogus.example.net";
51 all = yes;
52 rule = "connected(*)";
53 };
54
55 CRule {
56 server = "bogus.example.net";
57 all = no;
58 rule = "directcon(*)";
59 };
60
61 UWorld {
62 name = "uworld.example.net";
63 name = "uworld2.example.net";
64 };
65
66 Jupe {
67 nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q";
68 nick = "R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`";
69 };
70
71 Operator { name = "oper1"; host = "*@*"; password = "$PLAIN$oper1"; class = "Opers"; };
72 Operator { name = "oper2"; host = "*@*"; password = "$PLAIN$oper2"; class = "Opers"; local = yes; };
73
74 Kill { realname = "Chloe"; reason = "drones"; };
75 Kill { username = "sub7"; reason = "You are infected with a Trojan"; };
76
77 Client { class = "others"; ip = "*"; };
78
79 Port { server = yes; port = 7710; };
80 Port { server = no; port = 7711; mask = "127.0.0.0/8"; };
81
82 Quarantine {
83 "#shells" = "Thou shalt not support the h4><0rz";
84 };
85
86 Pseudo "X" {
87 name = "X";
88 nick = "X@channels.example.net";
89 };
90
91 Features {
92 "PPATH" = "ircd-t2.pid";
93 "LOG" = "SYSTEM" "FILE" "ircd-t2.log";
94 "LOG" = "SYSTEM" "LEVEL" "NOTICE";
95 };