diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 17:57:05 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 17:57:05 +0000 |
commit | 0233ce308baeece230225716a87a0f5669032d05 (patch) | |
tree | f67d9716a682e24226ba60f24114bdca8dc90ad4 | |
parent | 58307bad6b17cff6e3c5496796067568d426e128 (diff) |
Add m_blockcaps to example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3468 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 214c05ccd..a1edc29e5 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -676,6 +676,10 @@ #<module name="m_blockcolor.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Block CAPS module: Blocking all-CAPS messages with cmode +P +#<module name="m_blockcaps.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Botmode module: Adds the user mode +B #<module name="m_botmode.so"> |