diff options
| author | 2010-08-06 20:34:04 -0400 | |
|---|---|---|
| committer | 2010-08-06 20:34:04 -0400 | |
| commit | 8da03ef9ce894b5434a094da1dadbfd4e704c64f (patch) | |
| tree | 4a380757c0042183383a54b92ed71acda781c695 /docs/modules.conf.example | |
| parent | Fix permission check when a user has no opflags (diff) | |
Add <opflags> config tag
Diffstat (limited to 'docs/modules.conf.example')
| -rw-r--r-- | docs/modules.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index cece7fb89..f8eb7a732 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -1235,6 +1235,13 @@ #<module name="m_opermodes.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Op flags module: allows you to adjust the rights of users in a channel +# in a more fine-grained manner than +qaohv modes. +# See http://wiki.inspircd.org/ChannelPermissions for details. +#<module name="m_opflags.so"> +#<opflags level="30000" maxflags="15"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Password forwarding module: Forwards a password users can send on connect # to the specified client below. The client is usually nickserv and this # module is usually used to authenticate users with nickserv using their |
