From: w00t Date: Tue, 5 Aug 2008 21:52:03 +0000 (+0000) Subject: Make this fit in with the rest of the code X-Git-Tag: v2.0.23~2846 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ceb49f8b90f874f1823107d8a24fb60c1929c839;p=user%2Fhenk%2Fcode%2Finspircd.git Make this fit in with the rest of the code git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10104 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 2abb780a7..7085d501d 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -705,7 +705,7 @@ void ModuleSpanningTree::OnRehash(User* user, const std::string ¶meter) ServerInstance->Logs->Log("remoterehash", DEBUG, "sending out lol"); std::deque params; params.push_back(parameter); - Utils->DoOneToAllButSender(user ? user->uuid : ServerInstance->Config->GetSID(), "REHASH", params, user ? user->server : ServerInstance->Config->GetSID()); /// Can this take SID? + Utils->DoOneToAllButSender(user ? user->uuid : ServerInstance->Config->GetSID(), "REHASH", params, user ? user->server : ServerInstance->Config->ServerName); } // Re-read config stuff