]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/rehash.cpp
Server origin PRIVMSG and NOTICE now supported by protocol. Will add interface after...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / rehash.cpp
index 5f81bb0defff364c404ad94d7bc1c07271eaac12..6707b897a72bdb8aec03c0bab72d3015defaa600 100644 (file)
@@ -41,8 +41,6 @@ bool TreeSocket::RemoteRehash(const std::string &prefix, std::deque<std::string>
        {
                this->Instance->SNO->WriteToSnoMask('l',"Remote rehash initiated by \002"+prefix+"\002.");
                this->Instance->RehashServer();
-               Utils->ReadConfiguration(true);
-               InitializeDisabledCommands(Instance->Config->DisabledCommands, Instance);
        }
        Utils->DoOneToAllButSender(prefix,"REHASH",params,prefix);
        return true;