diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-09 17:49:57 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-09 17:49:57 +0200 |
commit | 53c59d9a99d9ddcfcaf7a9249c00fb27619cffad (patch) | |
tree | df3872ff5cbf49ba1eb0d1e74589f91a7b440fa9 | |
parent | df1e8257eb8edaf46b9fec7ce972db29de1b8929 (diff) |
Document the config options of m_remove
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index e40273d39..b96405d4c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1456,6 +1456,12 @@ # Remove module: Adds the /REMOVE command which is a peaceful # alternative to /KICK. #<module name="m_remove.so"> +# +# supportnokicks: If true, /REMOVE is not allowed on channels where the +# nokicks (+Q) mode is set. Defaults to false. +# protectedrank: Members having this rank or above may not be /REMOVE'd +# by anyone. Set to 0 to disable this feature. Defaults to 50000. +#<remove supportnokicks="true" protectedrank="50000"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # A module to block, kick or ban upon similiar messages being uttered several times. |