mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
And fix another booboo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7035 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b7dd7d244b
commit
6da93831b4
@ -1265,7 +1265,7 @@ void ModuleSpanningTree::OnEvent(Event* event)
|
||||
if (a)
|
||||
{
|
||||
ourTS = a->age;
|
||||
Utils->DoOneToMany(ServerInstance->Config->ServerName,"FMODE",*params);
|
||||
Utils->DoOneToMany(ServerInstance->Config->ServerName,"MODE",*params);
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user