diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-25 19:45:53 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-25 19:45:53 +0000 |
commit | fdd1dc726517b1fd9b7ae610463a36a6c7bffa3c (patch) | |
tree | cb2c747a422c2d748a9d9f740c7883c3282d600f /docs | |
parent | b4732097d51e56c583c093357cf5c34c64b4e72d (diff) |
Added m_chancreate to the example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6838 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 18dc8eddf..8de90661b 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1185,6 +1185,12 @@ # <cgihost type="ident" mask="otherbox.mysite.com"> # Get IP from ident # <cgihost type="passfirst" mask="www.mysite.com"> # See the docs + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Channel create module: Adds snomask +j, which will notify opers of +# any new channels that are created +#<module name="m_chanfilter.so"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel filter module: Allows channel-op defined message # filtering using simple string matches (channel mode +g) |