diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-13 00:51:44 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-13 00:51:44 +0000 |
commit | c63866b52a4052c00c8e41d5fdf7ae56cdaa438a (patch) | |
tree | 83692cc2bb811e6a7e0bae75d42122454336e656 /docs/inspircd.conf.example | |
parent | 72c888c37d737fbcdf0b3fa05e4b1aa71be24b26 (diff) |
Add m_blockamsg to example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3181 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 6fc95e83d..583673626 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -643,6 +643,23 @@ #<module name="m_banexception.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Block amsg module: Attempt to block all usage of /amsg and /ame +#<module name="m_blockamsg.so"> +# +#-#-#-#-#-#-#-#-#-#-#- BLOCKAMSG CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# +# # +# If you have the m_blockamsg.so module loaded, you can configure it # +# with the <blockamsg> tag: # +# # +# delay - How many seconds between two messages to force # +# them to be recognised as unrelated. # +# action - Any of 'notice', 'noticeopers', 'silent', 'kill' # +# or 'killopers'. Define how to take action when # +# a user uses /amsg or /ame. # +# +#<blockamsg delay="3" action="killopers"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block colour module: Blocking colour-coded messages with cmode +c #<module name="m_blockcolor.so"> |