diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 9e3fd16de..28d2d534c 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -279,9 +279,8 @@ class CoreExport InspIRCd : public classbase void InitialiseUID(); /** Perform background user events such as PING checks - * @param TIME the current time */ - void DoBackgroundUserStuff(time_t TIME); + void DoBackgroundUserStuff(); /** Returns true when all modules have done pre-registration checks on a user * @param user The user to verify @@ -463,10 +462,6 @@ class CoreExport InspIRCd : public classbase */ XLineManager* XLines; - /** The time we next call our ping timeout and reg timeout checks - */ - time_t next_call; - /** Set to the current signal recieved */ int s_signal; |