diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-17 22:36:46 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-17 22:36:46 +0000 |
commit | 2d2f13987a2cf3155da3f633f388e5a9c043ef9c (patch) | |
tree | eafdc9d2de76efb47c1a5422546ac06c81e5e074 /conf/inspircd.conf.example | |
parent | 164e9d9171850877161ae057764ff8b579bedd36 (diff) |
Configuration update from jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11742 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.conf.example')
-rw-r--r-- | conf/inspircd.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index fba35bd86..1247a5dc3 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -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" |