]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Change more modules to VF_OPTCOMMON and assert identical charsets in m_nationalchars
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index b152757b9bc1ae5dde4ca7046e3a1a305988ba6b..a47b3762232ad3937540b7e0c040b1501b1d096b 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -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);