diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-24 17:50:00 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-24 17:50:00 +0000 |
commit | 6cd27f532d99e7d0ba3fafb7c137187ae86a8aa0 (patch) | |
tree | f9d75cdf84879b4d1bf02ca38f839104a53fd909 /docs/inspircd.conf.example | |
parent | 72a5a0e1e0c8969de199f77b9704d7e0c6f83a22 (diff) |
Add m_banredirect to example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6436 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 385993477..27ec1d7e0 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -966,6 +966,11 @@ #<module name="m_banexception.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Ban redirection module: Allows bans which redirect to a specified +# channel. e.g. +b nick!ident@host#channelbanneduserissentto +#<module name="m_banredirect.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block amsg module: Attempt to block all usage of /amsg and /ame #<module name="m_blockamsg.so"> # |