diff options
author | Robby <robby@chatbelgie.be> | 2020-11-29 22:16:44 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-11-29 22:22:15 +0000 |
commit | b04cc4a74eec93f16eb0370eed47d96bde582d15 (patch) | |
tree | 5aba95d55692b3c06fcef5c5bcc6dccdd263a751 /docs/conf/modules.conf.example | |
parent | 6d54b264e94003f773e37a4542a3e2659bbd3022 (diff) |
Document that exemptions configured in <options:exemptchanops> can be negated.
Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 228244980..7b80c902b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -883,6 +883,8 @@ # See <options:exemptchanops> in inspircd.conf.example for a more # # detailed list of the restriction modes that can be exempted. # # These are settable using: /MODE #chan +X <restriction>:<status> # +# Furthermore, the exemptions configured in <options:exemptchanops> # +# can also be negated by using: /MODE #chan +X <restriction>:* # #<module name="exemptchanops"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |