X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusermanager.h;h=c013e59aeab343463bfef2ac374021471fd639de;hb=f5b2265c2e6868431abbaa301aa1d64e8d49d8b0;hp=531d50773a2f108e532ffd0de3ce18683d5c6a82;hpb=c6e40d36b42a7ebf832c3a57d2816a47ee9c9a76;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/usermanager.h b/include/usermanager.h index 531d50773..c013e59ae 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -92,12 +92,6 @@ class CoreExport UserManager : public fakederef */ 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.