summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 694627d83..ae54987f9 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -814,6 +814,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
if ((TIME % 3600) == 0)
{
irc::whowas::MaintainWhoWas(this, TIME);
+ this->RehashUsersAndChans();
}
Timers->TickTimers(TIME);
this->DoBackgroundUserStuff(TIME);