diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-04 20:43:07 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-04 20:43:07 +0000 |
commit | ed022ecb624c81d23a5f2780aa061f80b5d221b4 (patch) | |
tree | f86ce1c12b03158d668df0c31c1981fbed6e568c /conf/modules/modules.conf.charybdis | |
parent | 4d2afdd74496baa4cb178748318c4302d799b21e (diff) |
Config updates from jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12375 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules/modules.conf.charybdis')
-rw-r--r-- | conf/modules/modules.conf.charybdis | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/modules/modules.conf.charybdis b/conf/modules/modules.conf.charybdis index aa951377f..509886269 100644 --- a/conf/modules/modules.conf.charybdis +++ b/conf/modules/modules.conf.charybdis @@ -69,6 +69,22 @@ # <module name="m_chancreate.so"> +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Channel Names module: Allows disabling channels which have certain +# characters in the channel name such as bold, colourcodes, etc which +# can be quite annoying and allow users to on occasion have a channel +# that looks like the name of another channel on the network. +<module name="m_channames.so"> + +<channames + # denyrange: characters or range of characters to deny in channel + # names. + denyrange="2" + + # allowrange: characters or range of characters to specifically allow + # in channel names. + allowrange=""> + <module name="m_channelban.so"> <module name="m_chghost.so"> <hostname charmap="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-_/0123456789"> |