diff options
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 20dd162e5..d5146e900 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -139,6 +139,7 @@ void InspIRCd::Rehash(int status) SI->CloseLog(); SI->OpenLog(NULL,0); SI->RehashUsersAndChans(); + FOREACH_MOD_I(SI, I_OnGarbageCollect, OnGarbageCollect()); SI->Config->Read(false,NULL); FOREACH_MOD_I(SI,I_OnRehash,OnRehash("")); } |