Some minor conf cleanups.
This commit is contained in:
parent
2c0c690444
commit
baca17aeb3
|
@ -31,7 +31,6 @@ loadmodule "extensions/ip_cloaking.so";
|
|||
loadmodule "extensions/m_identify.so";
|
||||
loadmodule "extensions/m_mkpasswd.so";
|
||||
loadmodule "extensions/m_webirc.so";
|
||||
#loadmodule "extensions/m_adminwall.so";
|
||||
#loadmodule "extensions/m_cycle.so";
|
||||
#loadmodule "extensions/m_oaccept.so";
|
||||
#loadmodule "extensions/m_opme.so";
|
||||
|
@ -362,7 +361,7 @@ cluster {
|
|||
|
||||
shared {
|
||||
oper = "*@*", "*";
|
||||
flags = all, rehash;
|
||||
flags = all;
|
||||
};
|
||||
|
||||
/* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
* /identify support -- m_identify.so
|
||||
* /mkpassword support -- m_mkpasswd.so
|
||||
* WEBIRC support -- m_webirc.so
|
||||
* Send message to all admins network-wide -- m_adminwall.so
|
||||
* Server-side /CYCLE -- m_cycle.so
|
||||
* /oaccept - add to target's accept list, oper only -- m_oaccept.so
|
||||
* /opme - op self in opless channels, admin only -- m_opme.so
|
||||
|
@ -102,7 +101,6 @@ loadmodule "extensions/ip_cloaking.so";
|
|||
loadmodule "extensions/m_identify.so";
|
||||
loadmodule "extensions/m_mkpasswd.so";
|
||||
loadmodule "extensions/m_webirc.so";
|
||||
#loadmodule "extensions/m_adminwall.so";
|
||||
#loadmodule "extensions/m_cycle.so";
|
||||
#loadmodule "extensions/m_oaccept.so";
|
||||
#loadmodule "extensions/m_opme.so";
|
||||
|
@ -445,9 +443,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: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
|
||||
|
|
Loading…
Reference in New Issue