From 3198b0ba777922c6442735af3f094f61ff1bfb19 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 1 Jun 2007 21:43:41 +0000 Subject: Fix re-generation of 005 on rehash git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7202 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') 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() -- cgit v1.3.1-10-gc9f91