]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
authorattilamolnar <am63770@gmail.com>
Wed, 18 Apr 2012 14:40:59 +0000 (16:40 +0200)
committerRobin Burchell <robin+git@viroteck.net>
Wed, 18 Apr 2012 14:42:25 +0000 (16:42 +0200)
src/modules/m_spanningtree/main.cpp

index 68367cee0142eb8cb4eebba65a3271c90f9cd240..c38d54d4d0e5c1a36f806b12518beb36d1d1e785 100644 (file)
@@ -830,7 +830,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];