From c79475caa82104e82f9a914b7673bd61f7a1f01f Mon Sep 17 00:00:00 2001 From: Justin Crawford Date: Wed, 16 May 2012 15:56:38 -0700 Subject: Added color codes to /rules, moved the parsing to ServerConfig and cleaned the code up a bit --- src/commands/cmd_rehash.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/commands/cmd_rehash.cpp') diff --git a/src/commands/cmd_rehash.cpp b/src/commands/cmd_rehash.cpp index 2026e7a00..1fa6e5731 100644 --- a/src/commands/cmd_rehash.cpp +++ b/src/commands/cmd_rehash.cpp @@ -88,8 +88,6 @@ CmdResult CommandRehash::Handle (const std::vector& 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()); -- cgit v1.2.3