diff options
| author | 2012-07-06 09:21:49 -0700 | |
|---|---|---|
| committer | 2012-07-06 09:21:49 -0700 | |
| commit | e57ab366e6568f6ecf39d301cf81f6fa86d6429a (patch) | |
| tree | d72fcbd522607fb6bc535af79887b26b6b725f2e /src/commands/cmd_rehash.cpp | |
| parent | Merge pull request #242 from SaberUK/insp20-doxygen-fix (diff) | |
| parent | Added color codes to /rules, moved the parsing to ServerConfig and cleaned th... (diff) | |
Merge pull request #127 from Justasic/insp20+color
[2.0] Added processing of color codes into /rules
Diffstat (limited to 'src/commands/cmd_rehash.cpp')
| -rw-r--r-- | src/commands/cmd_rehash.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<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()); |
