diff options
Diffstat (limited to 'src/modules/m_spanningtree/rconnect.h')
-rw-r--r-- | src/modules/m_spanningtree/rconnect.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/modules/m_spanningtree/rconnect.h b/src/modules/m_spanningtree/rconnect.h deleted file mode 100644 index 1b24ad0f3..000000000 --- a/src/modules/m_spanningtree/rconnect.h +++ /dev/null @@ -1,28 +0,0 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ - * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team - * See: http://wiki.inspircd.org/Credits - * - * This program is free but copyrighted software; see - * the file COPYING for details. - * - * --------------------------------------------------- - */ - -#ifndef __RCONNECT_H__ -#define __RCONNECT_H__ - -/** Handle /RCONNECT - */ -class CommandRConnect : public Command -{ - SpanningTreeUtilities* Utils; /* Utility class */ - public: - CommandRConnect (Module* Callback, SpanningTreeUtilities* Util); - CmdResult Handle (const std::vector<std::string>& parameters, User *user); - RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters); -}; - -#endif |