]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/misccommands.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / misccommands.cpp
index 5b04c73bce2ca6a50390f04a4569137bd9bc0dbb..00f31d668d13ef10042b25dd6c7c6ad6ed2c5759 100644 (file)
@@ -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();