diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-17 15:43:24 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-19 19:54:54 +0200 |
commit | 5dcd385b772f2ce822cf0700912ced93bd06c914 (patch) | |
tree | 39339313e2dab18d8c16d34e263577fa8d389a83 /src/modules/m_spanningtree/main.h | |
parent | b14ebbccf08ec34a73e1ba271e67da80d9fe805c (diff) |
m_spanningtree Minor cleanup of functions
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r-- | src/modules/m_spanningtree/main.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index 8b1f8e72f..e9be44167 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -53,7 +53,6 @@ class Autoconnect; class ModuleSpanningTree : public Module { SpanningTreeCommands* commands; - void LocalMessage(User* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list, const char* message_type); public: dynamic_reference<DNS::Manager> DNS; @@ -74,10 +73,6 @@ class ModuleSpanningTree : public Module */ void ShowLinks(TreeServer* Current, User* user, int hops); - /** Counts local and remote servers - */ - int CountServs(); - /** Handle LINKS command */ void HandleLinks(const std::vector<std::string>& parameters, User* user); @@ -136,7 +131,7 @@ class ModuleSpanningTree : public Module /** Display a time as a human readable string */ - std::string TimeToStr(time_t secs); + static std::string TimeToStr(time_t secs); /** ** *** MODULE EVENTS *** |