diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/helperfuncs.h | 1 | ||||
-rw-r--r-- | include/inspircd.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 7a55e5d23..40df4c93c 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -51,7 +51,6 @@ enum DebugLevel void Error(int status); void ShowMOTD(userrec *user); void ShowRULES(userrec *user); -bool AllModulesReportReady(userrec* user); bool IsValidChannelName(const char *); #endif diff --git a/include/inspircd.h b/include/inspircd.h index b2ed4da20..59dc7eab0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -102,6 +102,8 @@ class InspIRCd : public classbase void DoSocketTimeouts(time_t TIME); void DoBackgroundUserStuff(time_t TIME); + bool AllModulesReportReady(userrec* user); + public: time_t startup_time; ModeParser* ModeGrok; |