Set changed to true on load

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7622 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-07-30 18:31:47 +00:00
parent 5bee415aca
commit 5883184e38

View File

@ -48,7 +48,7 @@ class ModuleHttpStats : public Module
{ {
ReadConfig(); ReadConfig();
this->changed = false; this->changed = true;
} }
void InsertOrder(irc::string channel, int count) void InsertOrder(irc::string channel, int count)