]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/usermanager.h
Refactor UserManager::DoBackgroundUserStuff().
[user/henk/code/inspircd.git] / include / usermanager.h
index 531d50773a2f108e532ffd0de3ce18683d5c6a82..c013e59aeab343463bfef2ac374021471fd639de 100644 (file)
@@ -92,12 +92,6 @@ class CoreExport UserManager : public fakederef<UserManager>
         */
        void DoBackgroundUserStuff();
 
-       /** Returns true when all modules have done pre-registration checks on a user
-        * @param user The user to verify
-        * @return True if all modules have finished checking this user
-        */
-       bool AllModulesReportReady(LocalUser* user);
-
        /** Handle a client connection.
         * Creates a new LocalUser object, inserts it into the appropriate containers,
         * initializes it as not yet registered, and adds it to the socket engine.