From 78dc9813021c9caf05fc47c08fc0827b4e6c8465 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 18:58:21 +0000 Subject: Move AllModulesReportReady into a private method of class InspIRCd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4851 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 1 - include/inspircd.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3