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

This commit is contained in:
w00t 2008-01-07 12:58:24 +00:00
parent 257ebdc4c2
commit f68bb96289

View File

@ -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));
}