diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-05 12:09:47 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-05 12:09:47 +0000 |
commit | a838a98a5e77a603d2bb45d3c0f64e14adbea63a (patch) | |
tree | e631c74fe06e13a0b8873c65a77076198026d12d /conf | |
parent | 083b8def4044bb2342dd07f6186059ef8b99020a (diff) |
Document m_channelban
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10091 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index c3b0f2f00..61f35102f 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -338,6 +338,11 @@ #<module name="m_chanfilter.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# 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"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Chanprotect module: gives +q and +a channel modes #<module name="m_chanprotect.so"> @@ -607,7 +612,7 @@ #<module name="m_foobar.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Nickban: Implements extended ban r:, which stops anyone matching +# Gecosban: Implements extended ban r:, which stops anyone matching # a mask like +b r:*realname?here* from joining a channel. #<module name="m_gecosban.so"> |