diff options
| author | 2019-05-06 05:14:05 +0200 | |
|---|---|---|
| committer | 2019-05-06 10:32:27 +0100 | |
| commit | bd6e75ffa1a9827aa135e313eca4e5b396ebda2f (patch) | |
| tree | a04d706a61d8488140103a8ff0af66aaad0eedfa /docs | |
| parent | Fix building against older versions of glibc. (diff) | |
| download | inspircd++-bd6e75ffa1a9827aa135e313eca4e5b396ebda2f.tar.gz inspircd++-bd6e75ffa1a9827aa135e313eca4e5b396ebda2f.tar.bz2 inspircd++-bd6e75ffa1a9827aa135e313eca4e5b396ebda2f.zip | |
Document the anticaps exemption.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/helpop.conf.example | 1 | ||||
| -rw-r--r-- | docs/conf/inspircd.conf.example | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index aa63da185..ab9458fc0 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -982,6 +982,7 @@ using their cloak when they quit."> (requires the exemptchanops module). Possible restriction types to exempt with +X are: + anticaps Channel mode +B auditorium-see Permission required to see the full user list of a +u channel (requires the auditorium module). auditorium-vis Permission required to be visible in a +u channel diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 8b13f08ea..8091ec5de 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -626,6 +626,8 @@ # exemptchanops: Allows users with with a status mode to be exempt # from various channel restrictions. Possible restrictions are: + # - anticaps Channel mode +B - blocks messages with too many capital + # letters (requires the anticaps module). # - auditorium-see Permission required to see the full user list of # a +u channel (requires the auditorium module). # - auditorium-vis Permission required to be visible in a +u channel |
