]> jfr.im git - solanum.git/blobdiff - testsuite/ircd.conf.1
Unify oper:{global,local}_kill
[solanum.git] / testsuite / ircd.conf.1
index 46e71b61c51e74a2065f913109b628b073755d4e..b90b78ae148c5615d74c7609a4c62e4e6287d302 100644 (file)
@@ -19,7 +19,7 @@ serverinfo {
 
 admin {
        name = "Here";
-       description = "Charybdis testsuite server";
+       description = "Solanum testsuite server";
        email = "root@localhost";
 };
 
@@ -43,8 +43,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;
 };