summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 41b524628..4e11318cc 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -204,8 +204,8 @@ void InspIRCd::Rehash(int status)
SI->Config->Read(false,NULL);
SI->ResetMaxBans();
SI->Res->Rehash();
- SI->BuildISupport();
FOREACH_MOD_I(SI,I_OnRehash,OnRehash(NULL,""));
+ SI->BuildISupport();
}
void InspIRCd::ResetMaxBans()