]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rehash.cpp
Fake lag on nick change, thanks pLaYa
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
index 89c8b9e148500ffcf4c56d284af72e697db5245b..83b055650f15107ad0dabb17a4375e4985ad2b68 100644 (file)
@@ -39,7 +39,7 @@ CmdResult CommandRehash::Handle (const char** parameters, int pcnt, User *user)
                        user->WriteServ("*** NOTICE %s :ERROR: Could not open logfile %s: %s", user->nick, ServerInstance->Config->logpath.c_str(), strerror(errno));
                ServerInstance->RehashUsersAndChans();
                FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect());
-               ServerInstance->Config->Read(false,user);
+               /*ServerInstance->Config->Read(false,user);*/
                // Get XLine to do it's thing.
                ServerInstance->XLines->CheckELines();
                ServerInstance->XLines->ApplyLines();