aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/misccommands.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-07-27 18:43:30 +0200
committerGravatar Attila Molnar2014-07-27 18:43:30 +0200
commit6089d1a685114f380cf6838dcff78bc3bb1d3bbd (patch)
tree45d0258ac79a805865bca9a9d3bc17523d909d73 /src/modules/m_spanningtree/misccommands.cpp
parentm_spanningtree Don't send needless BURST after introducing a server (diff)
downloadinspircd++-6089d1a685114f380cf6838dcff78bc3bb1d3bbd.tar.gz
inspircd++-6089d1a685114f380cf6838dcff78bc3bb1d3bbd.tar.bz2
inspircd++-6089d1a685114f380cf6838dcff78bc3bb1d3bbd.zip
m_spanningtree Remove post-handshake BURST handler
Diffstat (limited to 'src/modules/m_spanningtree/misccommands.cpp')
-rw-r--r--src/modules/m_spanningtree/misccommands.cpp6
1 files changed, 0 insertions, 6 deletions
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<std::string>& params)
return CMD_SUCCESS;
}
-CmdResult CommandBurst::HandleServer(TreeServer* server, std::vector<std::string>& params)
-{
- server->bursting = true;
- return CMD_SUCCESS;
-}
-
CmdResult CommandEndBurst::HandleServer(TreeServer* server, std::vector<std::string>& params)
{
server->FinishBurst();