mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
m_xline_db Don't flush database when an xline expires
This commit is contained in:
parent
5b5590f095
commit
ac861f854c
@ -64,11 +64,6 @@ class ModuleXLineDB : public Module
|
||||
dirty = true;
|
||||
}
|
||||
|
||||
void OnExpireLine(XLine *line) CXX11_OVERRIDE
|
||||
{
|
||||
dirty = true;
|
||||
}
|
||||
|
||||
void OnBackgroundTimer(time_t now) CXX11_OVERRIDE
|
||||
{
|
||||
if (dirty)
|
||||
|
Loading…
x
Reference in New Issue
Block a user