Add oper:override priv to the .confs

This commit is contained in:
JD Horelick 2010-03-03 12:56:56 -05:00
parent ee36f72f5d
commit 4ebf686203
2 changed files with 5 additions and 2 deletions

View File

@ -231,7 +231,7 @@ privset "global_op" {
privset "admin" {
extends = "global_op";
privs = oper:admin, oper:die, oper:rehash, oper:spy;
privs = oper:admin, oper:die, oper:rehash, oper:spy, oper:override;
};
operator "god" {

View File

@ -419,6 +419,9 @@ privset "local_op" {
* oper:xline: allows use of /quote xline/unxline
* oper:resv: allows /quote resv/unresv and cmode +LP
* oper:operwall: allows the oper to send/receive operwalls
* oper:override: allows the oper to set umode +p on themself
* which grants the ability to have implicit
* operator access in all channels.
* oper:spy: allows 'operspy' features to see through +s
* channels etc. see /quote help operspy
* oper:hidden: hides the oper from /stats p
@ -442,7 +445,7 @@ privset "global_op" {
privset "admin" {
extends = "global_op";
privs = oper:admin, oper:die, oper:rehash, oper:spy;
privs = oper:admin, oper:die, oper:rehash, oper:spy, oper:override;
};
/* operator {}: defines ircd operators. (OLD O:) */