mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
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:
parent
5bee415aca
commit
5883184e38
@ -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