X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fcommands.h;h=feecc7dd2b5621aa7f48765f836f361b88249403;hb=afefc6bfe9e184086247fc305a41ef1c21cb136b;hp=4810e9d4bcde2621a23130968e271874cc499920;hpb=3c725be2833f77d7850dbb2c8cdc6be64d95c0ab;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index 4810e9d4b..feecc7dd2 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -298,14 +298,6 @@ class CommandPong : public ServerOnlyServerCommand RouteDescriptor GetRouting(User* user, const std::vector& parameters) { return ROUTE_UNICAST(parameters[0]); } }; -class CommandPush : public ServerCommand -{ - public: - CommandPush(Module* Creator) : ServerCommand(Creator, "PUSH", 2) { } - CmdResult Handle(User* user, std::vector& parameters); - RouteDescriptor GetRouting(User* user, const std::vector& parameters) { return ROUTE_UNICAST(parameters[0]); } -}; - class CommandSave : public ServerCommand { public: @@ -409,7 +401,6 @@ class SpanningTreeCommands CommandNick nick; CommandPing ping; CommandPong pong; - CommandPush push; CommandSave save; CommandServer server; CommandSQuit squit;