]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
It is not my %$"*&%" day. This never happened.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 31 Oct 2008 23:57:34 +0000 (23:57 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 31 Oct 2008 23:57:34 +0000 (23:57 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10773 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/fjoin.cpp

index a245981e6266dd5be77e6841915649ed04d0df4d..8048f36041c2e61a302346cc2e1ebb12d876113d 100644 (file)
@@ -109,7 +109,7 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &p
        /* First up, apply their modes if they won the TS war */
        if (apply_other_sides_modes)
        {
-               ServerInstance->SNO->WriteToSnoMask('d', "Applying remote modestring for %s", params[0]);
+               ServerInstance->SNO->WriteToSnoMask('d', "Applying remote modestring for %s", params[0].c_str());
                unsigned int idx = 2;
                std::vector<std::string> modelist;