diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-03 00:24:04 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-03 00:24:04 +0000 |
commit | 8b8923d15564caeeb14a6c5a218b9936a93c3ae4 (patch) | |
tree | cf275c8dab8606af2f7287405214ba1bca66e9c3 /src/inspircd.cpp | |
parent | efdffbdc178336e027df594282ca60e109eb6166 (diff) |
Rebuild 005 on rehash. Tracker: bug #234
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a259bf349..4b2690c49 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -151,6 +151,7 @@ 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,"")); } |