]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket2.cpp
m_spanningtree Call the OnServerLink hook from TreeServer constructor
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
index 2e6961524d5da43328e89287766bc3bc45077748..04b850755020eebfdc0f87d820c62db5ac1e27b5 100644 (file)
@@ -316,6 +316,11 @@ void TreeSocket::ProcessConnectedLine(std::string& prefix, std::string& command,
                                this->Error(params);
                                return;
                        }
+                       else if (command == "BURST")
+                       {
+                               // This is sent even when there is no need for it, drop it here for now
+                               return;
+                       }
 
                        throw ProtocolException("Unknown command");
                }