diff options
| author | 2007-06-01 21:43:41 +0000 | |
|---|---|---|
| committer | 2007-06-01 21:43:41 +0000 | |
| commit | 3198b0ba777922c6442735af3f094f61ff1bfb19 (patch) | |
| tree | 86c824f314f6281954cea0a68c809bdb9661ead3 /src/inspircd.cpp | |
| parent | Make valgrind happy and not leak mem. (diff) | |
| download | inspircd++-3198b0ba777922c6442735af3f094f61ff1bfb19.tar.gz inspircd++-3198b0ba777922c6442735af3f094f61ff1bfb19.tar.bz2 inspircd++-3198b0ba777922c6442735af3f094f61ff1bfb19.zip | |
Fix re-generation of 005 on rehash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7202 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
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() |
