summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/commands.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-01-20 04:55:53 -0500
committerAttila Molnar <attilamolnar@hush.com>2014-01-28 15:55:19 +0100
commit407f10664a5f8ead87967ca52fd6fcb87d09189a (patch)
tree5ec8ebb605c49b40c4608f3dfa520c907022a9c6 /src/modules/m_spanningtree/commands.h
parentadb5ab48a2b6efd146b9cc85a62b45c6a70aa34d (diff)
m_spanningtree Rewrite /map
Diffstat (limited to 'src/modules/m_spanningtree/commands.h')
-rw-r--r--src/modules/m_spanningtree/commands.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h
index 97322ed99..0c1ea8e49 100644
--- a/src/modules/m_spanningtree/commands.h
+++ b/src/modules/m_spanningtree/commands.h
@@ -42,14 +42,6 @@ class CommandRSQuit : public Command
class CommandMap : public Command
{
- /** Show MAP output to a user (recursive)
- */
- void ShowMap(TreeServer* Current, User* user, int depth, int &line, char* names, int &maxnamew, char* stats);
-
- /** Returns oper-specific MAP information
- */
- std::string MapOperInfo(TreeServer* Current);
-
public:
CommandMap(Module* Creator);
CmdResult Handle(const std::vector<std::string>& parameters, User* user);