Unify oper:{global,local}_kill

This commit is contained in:
Ed Kellett 2020-10-24 23:49:28 +01:00
parent 8a776ce65c
commit 7d84719d68
8 changed files with 18 additions and 29 deletions

View file

@ -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;
};

View file

@ -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;
};

View file

@ -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;
};