summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 4b86d3816..9905a78d0 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -143,6 +143,7 @@ void InspIRCd::Rehash(int status)
SI->RehashUsersAndChans();
FOREACH_MOD_I(SI, I_OnGarbageCollect, OnGarbageCollect());
SI->Config->Read(false,NULL);
+ SI->Res->Rehash();
FOREACH_MOD_I(SI,I_OnRehash,OnRehash(""));
}