Set changed to true on load

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7623 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-07-30 18:31:59 +00:00
parent f37484b454
commit 74f0b3c7e3

View File

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