From: w00t Date: Mon, 2 Oct 2006 00:27:53 +0000 (+0000) Subject: Add r5381 fix to remote rehash too X-Git-Tag: v2.0.23~6978 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=8fd3aeae0c069390895f53887744fdb37ab6f3ca;p=user%2Fhenk%2Fcode%2Finspircd.git Add r5381 fix to remote rehash too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5382 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 595bb7efa..d46cd6234 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -2228,6 +2228,7 @@ class TreeSocket : public InspSocket this->Instance->SNO->WriteToSnoMask('l',"Remote rehash initiated from server \002"+prefix+"\002."); this->Instance->RehashServer(); ReadConfiguration(false); + InitializeDisabledCommands(ServerInstance->Config->DisabledCommands, ServerInstance); } DoOneToAllButSender(prefix,"REHASH",params,prefix); return true;