diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-22 18:43:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-22 18:43:42 +0000 |
commit | fa2d0dd4f0e96cf0e937cc3e79b68519e15f2fb0 (patch) | |
tree | 22b8cdf5cd6cce48dd65d43c6c45b2063be3f5ba /conf | |
parent | d84050a6c8334774feb71ed0b3a8a60977b376a5 (diff) |
Apply ankit's patch for bug #780 with a minor tweak, re-introduce the 4-param 404 numeric, this should not affect any clients but should make scripts and bots lives easier. Thanks ankit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11244 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 209e405db..b8306dbb5 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -374,6 +374,10 @@ # Channel filter module: Allows channel-op defined message # filtering using simple string matches (channel mode +g) #<module name="m_chanfilter.so"> +# +# If hidemask is set to yes, the user will not be shown the mask when +# his/her message is blocked. +#<chanfilter hidemask="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel logging module: used to send snotice output to channels, to |