BOPM/TCM do not need the ability to global kill, so remove it from server_bot

privset.
This commit is contained in:
Jilles Tjoelker 2008-12-28 23:24:43 +01:00
parent c98c2c89d6
commit d9e7ca4960
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ privset "local_op" {
privset "server_bot" {
extends = "local_op";
privs = oper:global_kill, oper:kline, oper:remoteban, snomask:nick_changes;
privs = oper:kline, oper:remoteban, snomask:nick_changes;
};
privset "global_op" {

View File

@ -401,7 +401,7 @@ privset "local_op" {
privset "server_bot" {
/* extends: a privset to inherit in this privset */
extends = "local_op";
privs = oper:global_kill, oper:kline, oper:remoteban, snomask:nick_changes;
privs = oper:kline, oper:remoteban, snomask:nick_changes;
};
privset "global_op" {