]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Fix various rline bugs, implement /stats R, and fix the issue where you get no error...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 5b5eec63463c4e4d9ab6b96b6c5f32a7dfde84f0..8cfcaaa02052a0d25fd98f9d120344514fe02818 100644 (file)
@@ -26,7 +26,7 @@
  * Failure to document your protocol changes will result in a painfully
  * painful death by pain. You have been warned.
  */
-const long ProtocolVersion = 1200;
+const long ProtocolVersion = 1201;
 
 /** Forward declarations
  */
@@ -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);