mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
3ddb8accad
commit
63bdb9171f
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user