mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
This commit is contained in:
parent
b85d71a7d4
commit
67063b29e8
@ -755,7 +755,7 @@ void ModuleSpanningTree::OnAddLine(User* user, XLine *x)
|
||||
|
||||
void ModuleSpanningTree::OnDelLine(User* user, XLine *x)
|
||||
{
|
||||
if (x->type == "K")
|
||||
if (!x->IsBurstable() || loopCall)
|
||||
return;
|
||||
|
||||
char data[MAXBUF];
|
||||
|
Loading…
x
Reference in New Issue
Block a user