]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Change "allowmismatched" to "allowmismatch" in example config
authorattilamolnar <attilamolnar@hush.com>
Mon, 20 Aug 2012 14:47:24 +0000 (16:47 +0200)
committerattilamolnar <attilamolnar@hush.com>
Mon, 20 Aug 2012 14:47:24 +0000 (16:47 +0200)
Fixes issue #279 reported by @lethality

docs/conf/inspircd.conf.example

index f483e6692d11c56b64eb95ea091eb8b94043da9a..7616786c3f8312c1961991b97d94dc6b473742b2 100644 (file)
          # in channel will be sent a NOTICE about it.
          announcets="yes"
 
-         # allowmismatched: Setting this option to yes will allow servers to link even
+         # allowmismatch: 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"
+         allowmismatch="no"
 
          # defaultbind: Sets the default for <bind> tags without an address. Choices are
          # ipv4 or ipv6; if not specified, IPv6 will be used if your system has support,