From: brain Date: Sun, 24 Dec 2006 00:43:02 +0000 (+0000) Subject: Add call for OnGarbageCollect to the hourly cleanup X-Git-Tag: v2.0.23~6295 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=31f75f75bed0379403a74d1a7940960522180dbe;p=user%2Fhenk%2Fcode%2Finspircd.git Add call for OnGarbageCollect to the hourly cleanup git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6087 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/inspircd.cpp b/src/inspircd.cpp index ae54987f9..6e2f9738c 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -815,6 +815,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets) { irc::whowas::MaintainWhoWas(this, TIME); this->RehashUsersAndChans(); + FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect()); } Timers->TickTimers(TIME); this->DoBackgroundUserStuff(TIME);