An FJOIN is not bursting unless the source server is bursting

Fixes bug #755

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11188 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
danieldg 2009-03-09 16:17:57 +00:00
parent 3ddb8accad
commit 63bdb9171f

View 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
{