Unify oper:{global,local}_kill
This commit is contained in:
parent
8a776ce65c
commit
7d84719d68
8 changed files with 18 additions and 29 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue