]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Don't send an override notice if no modes were actually applied, thanks Ankit.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 861bf7e14f2eccfe86367ced062af86d25d25a75..8cfcaaa02052a0d25fd98f9d120344514fe02818 100644 (file)
@@ -124,6 +124,10 @@ class ModuleSpanningTree : public Module
         */
        void AutoConnectServers(time_t curtime);
 
+       /** Check if any connecting servers should timeout
+        */
+       void DoConnectTimeout(time_t curtime);
+
        /** Handle remote VERSON
         */
        int HandleVersion(const std::vector<std::string>& parameters, User* user);