From 6089d1a685114f380cf6838dcff78bc3bb1d3bbd Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 27 Jul 2014 18:43:30 +0200 Subject: m_spanningtree Remove post-handshake BURST handler --- src/modules/m_spanningtree/misccommands.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/m_spanningtree/misccommands.cpp') diff --git a/src/modules/m_spanningtree/misccommands.cpp b/src/modules/m_spanningtree/misccommands.cpp index 5b04c73bc..00f31d668 100644 --- a/src/modules/m_spanningtree/misccommands.cpp +++ b/src/modules/m_spanningtree/misccommands.cpp @@ -35,12 +35,6 @@ CmdResult CommandSNONotice::Handle(User* user, std::vector& params) return CMD_SUCCESS; } -CmdResult CommandBurst::HandleServer(TreeServer* server, std::vector& params) -{ - server->bursting = true; - return CMD_SUCCESS; -} - CmdResult CommandEndBurst::HandleServer(TreeServer* server, std::vector& params) { server->FinishBurst(); -- cgit v1.3.1-10-gc9f91