]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rehash.cpp
Replace printf(_c) with iostream
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
index 2026e7a00093e677719be03ee7587a03a9422c92..1fa6e5731b8c730c07c7ac372c6ef83dee3d14c6 100644 (file)
@@ -88,8 +88,6 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use
                /* Don't do anything with the logs here -- logs are restarted
                 * after the config thread has completed.
                 */
-
-               ServerInstance->ProcessedMotdEscapes = false; // Reprocess our motd file --Justasic
                ServerInstance->RehashUsersAndChans();
                FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect());