From: brain Date: Sun, 12 Nov 2006 16:08:00 +0000 (+0000) Subject: Whoops, stuff in the wrong place X-Git-Tag: v2.0.23~6664 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=af3624e16e2c8fc4bc080c53cf46559ed05f8404;hp=ab6fd7011088302860612b790bb7491557c9c68a;p=user%2Fhenk%2Fcode%2Finspircd.git Whoops, stuff in the wrong place git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5712 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 099d06f77..e2543c05e 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -5173,13 +5173,13 @@ class ModuleSpanningTree : public Module { if (params->size() < 2) return; - (*params)[0] = ":" + (*params)[0]; Utils->DoOneToMany(ServerInstance->Config->ServerName,"MODE",*params); } else if (event->GetEventID() == "send_opers") { if (params->size() < 1) return; + (*params)[0] = ":" + (*params)[0]; Utils->DoOneToMany(ServerInstance->Config->ServerName,"OPERNOTICE",*params); } else if (event->GetEventID() == "send_push")