diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-05-03 07:28:59 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-05-03 07:28:59 -0700 |
commit | fcacc8e0306382bc3f938073092c3729d77e2b41 (patch) | |
tree | feaef1e0550bae14c8e7bff1b570f62718138567 /src/commands/cmd_rehash.cpp | |
parent | 553a8da754c8cd308bad2008018849714e70f9b7 (diff) | |
parent | a2d85a098e07b4c6de1c7ea9f272eaac10fec7c1 (diff) |
Merge pull request #96 from Justasic/insp20
[2.0] Process escape sequences for MOTD for issue #23
Diffstat (limited to 'src/commands/cmd_rehash.cpp')
-rw-r--r-- | src/commands/cmd_rehash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/cmd_rehash.cpp b/src/commands/cmd_rehash.cpp index 07486c78e..ff326faf2 100644 --- a/src/commands/cmd_rehash.cpp +++ b/src/commands/cmd_rehash.cpp @@ -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()); |