diff options
| author | 2012-08-20 16:47:24 +0200 | |
|---|---|---|
| committer | 2012-08-20 16:47:24 +0200 | |
| commit | d43db424fef044cb3c77274046d203fae7224bf4 (patch) | |
| tree | d9c3cbbe12e4d2ba5f9bb6ef38e92a9a8a9780fe /docs | |
| parent | Merge pull request #278 from SaberUK/insp20-fix-windows (diff) | |
| download | inspircd++-d43db424fef044cb3c77274046d203fae7224bf4.tar.gz inspircd++-d43db424fef044cb3c77274046d203fae7224bf4.tar.bz2 inspircd++-d43db424fef044cb3c77274046d203fae7224bf4.zip | |
Change "allowmismatched" to "allowmismatch" in example config
Fixes issue #279 reported by @lethality
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index f483e6692..7616786c3 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -570,10 +570,10 @@ # 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, |
