]> jfr.im git - solanum.git/blobdiff - testsuite/ircd.conf.1
ERROR instead of NOTICE for failed WEBIRC
[solanum.git] / testsuite / ircd.conf.1
index 479444509223a2e98e048ab9bd4d474ecc2a51cf..5fe7f951268f10ab7a3aaed519cbdffd9c0f24ad 100644 (file)
@@ -5,7 +5,6 @@ loadmodule "extensions/extb_realname.la";
 loadmodule "extensions/extb_server.la";
 #loadmodule "extensions/ip_cloaking.la";
 loadmodule "extensions/sno_farconnect.la";
-loadmodule "extensions/sno_globalkline.la";
 #loadmodule "extensions/sno_globaloper.la";
 
 serverinfo {
@@ -13,7 +12,6 @@ serverinfo {
        sid = "1TT";
        description = "Testsuite";
        network_name = "Testsuite";
-       hub = yes;
        vhost = "127.0.0.1";
 };
 
@@ -43,8 +41,8 @@ auth { user = "*@127.0.0.0/8"; class = "users"; };
 
 operator "oper" {
        user = "*@127.0.0.0/8";
-       password = "oper"; 
-       flags = global_kill, remote, kline, unkline, nick_changes,
+       password = "oper";
+       flags = kill, remote, kline, unkline, nick_changes,
                die, rehash, admin, xline, operwall, oper_spy, ~encrypted;
 };
 
@@ -53,7 +51,6 @@ connect "testsuite2." {
        port = 7602;
        send_password = "testsuite";
        accept_password = "testsuite";
-       hub_mask = "*";
        class = "server";
        flags = topicburst;
 };
@@ -63,7 +60,6 @@ connect "testsuite3." {
        port = 7603;
        send_password = "testsuite";
        accept_password = "testsuite";
-       hub_mask = "*";
        class = "server";
        flags = topicburst;
 };