diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-10 03:30:43 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-10 03:30:43 +0000 |
commit | de69e28a4a1aea89e410b693bbbb67890ecb0bd3 (patch) | |
tree | b9da19d1807977da003b710d97283bfd63766a9c /src/modules/m_spanningtree/main.h | |
parent | 3cd1a24a51b9560a6dd6590b4a384f6b6942370d (diff) |
Remove spanningtree override of /LUSERS
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12247 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r-- | src/modules/m_spanningtree/main.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index b152757b9..69bd7253c 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -46,8 +46,6 @@ class Autoconnect; */ class ModuleSpanningTree : public Module { - unsigned int max_local; - unsigned int max_global; CommandRConnect* command_rconnect; CommandRSQuit* command_rsquit; CommandSVSJoin* command_svsjoin; @@ -72,10 +70,6 @@ class ModuleSpanningTree : public Module */ void ShowLinks(TreeServer* Current, User* user, int hops); - /** Counts local servers - */ - int CountLocalServs(); - /** Counts local and remote servers */ int CountServs(); @@ -84,10 +78,6 @@ class ModuleSpanningTree : public Module */ void HandleLinks(const std::vector<std::string>& parameters, User* user); - /** Handle LUSERS command - */ - void HandleLusers(const std::vector<std::string>& parameters, User* user); - /** Show MAP output to a user (recursive) */ void ShowMap(TreeServer* Current, User* user, int depth, int &line, char* names, int &maxnamew, char* stats); |