mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Configuration update from jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11742 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
164e9d9171
commit
2d2f13987a
@ -471,6 +471,13 @@
|
||||
# should be suffixed with.
|
||||
suffixpart="\""
|
||||
|
||||
# fixedquit: Set all users' quit messages to this value.
|
||||
#fixedquit=""
|
||||
|
||||
# fixedpart: Set all users' part messages in all channels
|
||||
# to this value.
|
||||
#fixedpart=""
|
||||
|
||||
# syntaxhints: If enabled, if a user fails to send the correct parameters
|
||||
# for a command, the ircd will give back some help text of what
|
||||
# the correct parameters are.
|
||||
@ -490,6 +497,11 @@
|
||||
# in channel will be sent a NOTICE about it.
|
||||
announcets="yes"
|
||||
|
||||
# allowmismatched: Setting this option to yes will allow servers to link even
|
||||
# if they don't have the same VF_OPTCOMMON modules loaded. Setting this to
|
||||
# yes may introduce some desyncs and weirdness.
|
||||
allowmismatched="no"
|
||||
|
||||
# hostintopic: If enabled, channels will show the host of the topicsetter
|
||||
# in the topic. If set to no, it will only show the nick of the topicsetter.
|
||||
hostintopic="yes"
|
||||
|
@ -651,6 +651,12 @@
|
||||
# than the auditorium mode. Only channel ops may set the +D mode.
|
||||
#<module name="m_delayjoin.so">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Delay message module: Adds the channel mode +d which disallows a user
|
||||
# from talking in the channel unless they've been joined for X seconds.
|
||||
# Settable a la: /mode +d 30
|
||||
#<module name="m_delaymsg.so>
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Deny Channels: Deny Channels from being used by users
|
||||
#<module name="m_denychans.so">
|
||||
|
Loading…
x
Reference in New Issue
Block a user