mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
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:
parent
f37484b454
commit
74f0b3c7e3
@ -48,7 +48,7 @@ class ModuleHttpStats : public Module
|
||||
{
|
||||
|
||||
ReadConfig();
|
||||
this->changed = false;
|
||||
this->changed = true;
|
||||
}
|
||||
|
||||
void InsertOrder(irc::string channel, int count)
|
||||
|
Loading…
x
Reference in New Issue
Block a user