]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Moved the contents of the mainloop into a function called InspIRCd::DoOneIteration().
[user/henk/code/inspircd.git] / include / inspircd.h
index 3978eebf0b786c991b0af9a51950c4581532a9d4..5a8dbcf97cd1439f0e195e5c0735cb4707a3781d 100644 (file)
@@ -126,6 +126,7 @@ class InspIRCd
        void MoveAfter(std::string modulename, std::string after);
        void MoveBefore(std::string modulename, std::string before);
        InspIRCd(int argc, char** argv);
+       void DoOneIteration(bool process_module_sockets);
        int Run();
 
 };