Fix the list of supported exemptions.

This commit is contained in:
Sadie Powell 2025-01-20 12:12:39 +00:00
parent f6d8b0295b
commit cdad978bf6

View File

@ -956,9 +956,9 @@
# Exempt channel operators module: Provides support for allowing # # Exempt channel operators module: Provides support for allowing #
# users of a specified channel status to be exempt from some channel # # users of a specified channel status to be exempt from some channel #
# restriction modes. Supported restrictions are: # # restriction modes. Supported restrictions are: #
# anticaps, auditorium-see, auditorium-vis, blockcaps, blockcolor, # # anticaps, auditorium-see, auditorium-vis, blockcolor, delaymsg, #
# filter, flood, nickflood, noctcp, nonick, nonotice, regmoderated, # # filter, flood, nickflood, noctcp, nonick, nonotice, opmoderated, #
# stripcolor, and topiclock. # # regmoderated, repeat, stripcolor, topiclock #
# See <options:exemptchanops> in inspircd.example.conf for a more # # See <options:exemptchanops> in inspircd.example.conf for a more #
# detailed list of the restriction modes that can be exempted. # # detailed list of the restriction modes that can be exempted. #
# These are settable using: /MODE #chan +X <restriction>:<status> # # These are settable using: /MODE #chan +X <restriction>:<status> #