]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rehash.cpp
m_services_account Send an AccountEvent with an empty accountname when a user logs...
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
index 07486c78e2e2477dbf44053d729d0c09638f70db..ff326faf2d666d952284eb48a115b294284f61d1 100644 (file)
@@ -89,6 +89,7 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use
                 * after the config thread has completed.
                 */
 
+               ServerInstance->ProcessedMotdEscapes = false; // Reprocess our motd file --Justasic
                ServerInstance->RehashUsersAndChans();
                FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect());