]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
An FJOIN is not bursting unless the source server is bursting
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 9 Mar 2009 16:17:57 +0000 (16:17 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 9 Mar 2009 16:17:57 +0000 (16:17 +0000)
Fixes bug #755

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11188 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/fjoin.cpp

index 96aeeb2559d378174c5dea8ed5671ed7f49c6bcb..9fe0afbc06bf328ced09984b805c23c598ea3231 100644 (file)
@@ -168,7 +168,7 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &p
                                for (std::string::iterator x = modes.begin(); x != modes.end(); ++x)
                                        modestack.Push(*x, who->nick);
 
-                               Channel::JoinUser(this->ServerInstance, who, channel.c_str(), true, "", true, TS);
+                               Channel::JoinUser(this->ServerInstance, who, channel.c_str(), true, "", route_back_again->bursting, TS);
                        }
                        else
                        {