diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-26 14:49:55 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-26 14:49:55 +0000 |
commit | c68c75f4eb2a083c8d65ac45b928e72d307b1bcd (patch) | |
tree | c14c411d48fe1b3df65f5ac2bc94a83b62fb924b | |
parent | 26b48eef0e23238f746529439c237d58b9e3d487 (diff) |
Add m_silence_ext.so to the example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5804 e03df62e-2008-0410-955e-edbf42e46eb7
-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 a6e067b6a..a9d42246d 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1455,6 +1455,11 @@ #<module name="m_silence.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Extended SILENCE module: Adds support for /SILENCE with additional +# features to silence based on invites, channel messages, etc. +#<module name="m_silence_ext.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQLutils module: Provides some utilities to SQL client modules, such # as mapping queries to users and channels. You must copy the source # for this module from the directory src/modules/extra/m_sqlutils.cpp |