]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Rewrite the m_cgiirc configuration handling.
[user/henk/code/inspircd.git] / src / configreader.cpp
index faf75dfccbf1b34aef493484f0183fec897a9eec..d198a1d84c83cfb78e0a4807382d1df2c23a8204 100644 (file)
@@ -548,6 +548,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid)
                /*
                 * These values can only be set on boot. Keep their old values. Do it before we send messages so we actually have a servername.
                 */
+               this->CaseMapping = old->CaseMapping;
                this->ServerName = old->ServerName;
                this->sid = old->sid;
                this->cmdline = old->cmdline;