diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 3 | ||||
-rw-r--r-- | docs/modules.conf.example | 9 |
2 files changed, 3 insertions, 9 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index b3928712c..a292905c8 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -580,6 +580,9 @@ # moronbanner: This is the text that is sent to a user when they are # banned from the server. moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." + + # exemptchanops: exemptions for channel access restrictions based on prefix. + exemptchanops="nonick:v flood:o" # invitebypassmodes: This allows /invite to bypass other channel modes. # (Such as +k, +j, +l, etc) diff --git a/docs/modules.conf.example b/docs/modules.conf.example index db4b1db52..02d80431d 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -735,15 +735,6 @@ # modes are blockcaps, noctcp, blockcolor, nickflood, flood, censor, # # filter, regmoderated, nonick, nonotice, and stripcolor. # #<module name="m_exemptchanops.so"> # -# # -#-#-#-#-#-#-#-#-#-#- EXEMPTCHANOPS CONFIGURATION -#-#-#-#-#-#-#-#-#-# -# defaults - default exemptions. These can be added to or overridden # -# by the channel mode +X. Each item is of the form # -# [mode]:[minstatus] where you must have [minstatus] in # -# order to be able to bypass [mode]. # -# Use "blockcolor:*" to override a default exemption # -#<exemptchanops defaults="nonick:v flood:o"> - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Filter module: Provides message filtering, similar to SPAMFILTER. |