mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-26 02:40:04 -04:00
Add call for OnGarbageCollect to the hourly cleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6087 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b31a8ee0ad
commit
31f75f75be
@ -815,6 +815,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
|
|||||||
{
|
{
|
||||||
irc::whowas::MaintainWhoWas(this, TIME);
|
irc::whowas::MaintainWhoWas(this, TIME);
|
||||||
this->RehashUsersAndChans();
|
this->RehashUsersAndChans();
|
||||||
|
FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect());
|
||||||
}
|
}
|
||||||
Timers->TickTimers(TIME);
|
Timers->TickTimers(TIME);
|
||||||
this->DoBackgroundUserStuff(TIME);
|
this->DoBackgroundUserStuff(TIME);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user