diff options
| author | 2025-01-20 12:12:39 +0000 | |
|---|---|---|
| committer | 2025-01-20 12:12:39 +0000 | |
| commit | cdad978bf6c835f7fe7528e264327b2dd81f6111 (patch) | |
| tree | a1b27f9bf82836737c1e97b332af46579cdc1f7c | |
| parent | Merge branch 'insp3' into insp4. (diff) | |
Fix the list of supported exemptions.
| -rw-r--r-- | docs/conf/modules.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 66593afa5..091699373 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -956,9 +956,9 @@ # Exempt channel operators module: Provides support for allowing # # users of a specified channel status to be exempt from some channel # # restriction modes. Supported restrictions are: # -# anticaps, auditorium-see, auditorium-vis, blockcaps, blockcolor, # -# filter, flood, nickflood, noctcp, nonick, nonotice, regmoderated, # -# stripcolor, and topiclock. # +# anticaps, auditorium-see, auditorium-vis, blockcolor, delaymsg, # +# filter, flood, nickflood, noctcp, nonick, nonotice, opmoderated, # +# regmoderated, repeat, stripcolor, topiclock # # See <options:exemptchanops> in inspircd.example.conf for a more # # detailed list of the restriction modes that can be exempted. # # These are settable using: /MODE #chan +X <restriction>:<status> # |
