diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 4 | ||||
-rw-r--r-- | conf/modules.conf.example | 15 |
2 files changed, 15 insertions, 4 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index cfdba6c25..dcfaf428e 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -522,10 +522,6 @@ # banned from the server. moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." - # exemptchanops: Defines what channel modes channel operators are - # exempt from. Supported modes are +TCGfcSFBgN. Defaults to off. - exemptchanops="" - # invitebypassmodes: This allows /invite to bypass other channel modes. # (Such as +k, +j, +l, etc) invitebypassmodes="yes"> diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 9bc9dca05..691068a73 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -697,6 +697,21 @@ # http://wiki.inspircd.org/Modules/dnsbl # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Exempt Channel Operators Module: Provides support for allowing # +# channel operators to be exempt from some channel modes. Supported # +# modes are blockcaps, noctcp, blockcolor, nickflood, flood, censor, # +# filter, regmoderated, nonick, nonotice, and stripcolor. # +#<module name="m_exemptchanops.so"> # +# # +#-#-#-#-#-#-#-#-#-#- EXEMPTCHANOPS CONFIGURATION -#-#-#-#-#-#-#-#-#-# +# alwaysexempt - Modes channel operators are always exempt from, +# regardless of channel setting. +# neverexempt - Modes channel operators are never exempt from, +# regardless of channel setting. +#<exemptchanops alwaysexempt="nickflood censor flood filter" neverexempt="regmoderated"> + + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Filter module: Provides message filtering, similar to SPAMFILTER. #<module name="m_filter.so"> # # |