mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
257ebdc4c2
commit
f68bb96289
@ -64,7 +64,7 @@ ModuleSpanningTree::ModuleSpanningTree(InspIRCd* Me)
|
||||
};
|
||||
ServerInstance->Modules->Attach(eventlist, this, 29);
|
||||
|
||||
for (std::vector<User*>::const_iterator i = this->local_users.begin(); i != this->local_users.end(); i++)
|
||||
for (std::vector<User*>::const_iterator i = ServerInstance->local_users.begin(); i != ServerInstance->local_users.end(); i++)
|
||||
{
|
||||
this->OnPostConnect((*i));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user