privset example: Add a privset for local bots like BOPM and TCMs.
This commit is contained in:
parent
028aef6ed6
commit
6e915bfe06
|
@ -190,6 +190,11 @@ privset "local_op" {
|
|||
privs = oper:local_kill, oper:operwall;
|
||||
};
|
||||
|
||||
privset "server_bot" {
|
||||
extends = "local_op";
|
||||
privs = oper:global_kill, oper:kline, oper:remote_ban, snomask:nick_changes;
|
||||
};
|
||||
|
||||
privset "global_op" {
|
||||
extends = "local_op";
|
||||
privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline,
|
||||
|
|
Loading…
Reference in New Issue