]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
/who tidyup - needs QA'ing
[user/henk/code/inspircd.git] / src / inspircd.cpp
index a259bf3490704df4f9fb5822e13386c011dc7a41..4b2690c49db2acc6dfef98fddd3161751c452d0d 100644 (file)
@@ -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,""));
 }