diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-23 17:05:59 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-23 17:05:59 +0000 |
commit | 4280fac19f44115daab31f6b562a406bbea43953 (patch) | |
tree | b5f8db0c3e24d15a679427b3f9068a532a83c097 /conf/modules.conf.example | |
parent | 481b59d3f87042a010c4d39548bd7cf1f56a4073 (diff) |
Update doc on m_chanlog
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10231 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 2e9fe5bcb..226d00870 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -343,6 +343,16 @@ #<module name="m_chanfilter.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Channel logging module: used to send snotice output to channels, to +# allow staff to centrally monitor and discuss network activity. +# +# The "channel" field is where you want the messages to go, "snomasks" +# is what snomasks you want to be sent to that channe. Multiple tags +# are allowed. +#<module name="m_chanlog.so"> +#<chanlog snomasks="AOcC" channel="#opers"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channelban: Implements extended ban j:, which stops anyone in already # in a channel matching a mask like +b j:#channel*mask from joining. #<module name="m_channelban.so"> |