From eeabdde6fbd99bc0ba5739c65421a9c20b503f72 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 6 Jun 2013 03:13:55 +0200 Subject: Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager --- include/inspircd.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index f86945903..22a0bfaa5 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -270,16 +270,6 @@ class CoreExport InspIRCd */ void DoSocketTimeouts(time_t TIME); - /** Perform background user events such as PING checks - */ - 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); - /** The current time, updated in the mainloop */ struct timespec TIME; -- cgit v1.2.3