]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree.cpp
Whoops, stuff in the wrong place
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
index a622c2624d4d88f3348c857f3d69e890848d5f7a..e2543c05eabb7a66d43077e199b2c2831fec7e65 100644 (file)
@@ -5179,6 +5179,7 @@ class ModuleSpanningTree : public Module
                {
                        if (params->size() < 1)
                                return;
+                       (*params)[0] = ":" + (*params)[0];
                        Utils->DoOneToMany(ServerInstance->Config->ServerName,"OPERNOTICE",*params);
                }
                else if (event->GetEventID() == "send_push")