privset example: Add a privset for local bots like BOPM and TCMs.

This commit is contained in:
William Pitcock 2008-08-17 08:58:34 -05:00
parent 028aef6ed6
commit 6e915bfe06
1 changed files with 5 additions and 0 deletions

View File

@ -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,