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/commands.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/modules/m_spanningtree/commands.h') diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index cbe864275..a5fc1164e 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -330,13 +330,6 @@ class CommandSNONotice : public ServerCommand CmdResult Handle(User* user, std::vector& parameters); }; -class CommandBurst : public ServerOnlyServerCommand -{ - public: - CommandBurst(Module* Creator) : ServerOnlyServerCommand(Creator, "BURST") { } - CmdResult HandleServer(TreeServer* server, std::vector& parameters); -}; - class CommandEndBurst : public ServerOnlyServerCommand { public: @@ -387,7 +380,6 @@ class SpanningTreeCommands CommandServer server; CommandSQuit squit; CommandSNONotice snonotice; - CommandBurst burst; CommandEndBurst endburst; CommandSInfo sinfo; SpanningTreeCommands(ModuleSpanningTree* module); -- cgit v1.2.3