diff options
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
-rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 5c29123f8..08be0b2bf 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -48,7 +48,7 @@ class ModuleHttpStats : public Module { ReadConfig(); - this->changed = false; + this->changed = true; } void InsertOrder(irc::string channel, int count) |