diff options
| author | 2021-06-17 00:16:34 +0100 | |
|---|---|---|
| committer | 2021-06-17 00:16:34 +0100 | |
| commit | 6ffb226aa4cdc7fb9007e6495ed7722bf7a8ddbf (patch) | |
| tree | 038da29a75062aff9d411e9b149359da4853bda4 /docs | |
| parent | Merge branch 'insp3' into master. (diff) | |
Import a greatly refactored version of the opmoderated module.
Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 6 | ||||
| -rw-r--r-- | docs/conf/opers.conf.example | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 38439fcbd..9d9a2e84e 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1584,6 +1584,12 @@ # conn_umodes module. #<module name="opermodes"> +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Op moderated module: Adds channel mode +U and extban u: which allow +# making messages from matching unprivileged users only visible to +# channel operators. +#<module name="opmoderated"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Password forwarding module: Forwards a password users can send on # connect to the specified client below. The client is usually NickServ diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index 9950607a2..31c16c2ff 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -29,6 +29,7 @@ # PERMISSIONS: # - channels/ignore-noctcp: allows opers with this priv to send a CTCP to a +C channel. # - channels/ignore-nonicks: allows opers with this priv to change their nick when on a +N channel. + # - channels/ignore-opmoderated: allows opers with this priv to ignore +U. # - channels/restricted-create: allows opers with this priv to create channels if the restrictchans module is loaded. # - users/flood/increased-buffers: allows opers with this priv to send and receive data without worrying about being disconnected for exceeding limits (*NOTE). # - users/flood/no-fakelag: prevents opers from being penalized with fake lag for flooding (*NOTE). |
