diff options
| author | 2015-12-18 09:35:39 +0100 | |
|---|---|---|
| committer | 2015-12-18 09:35:39 +0100 | |
| commit | ac861f854ccee2515c191068cc2274e5d1a92fa8 (patch) | |
| tree | 6dd93624b5a243f1a8ef239e73d45f0f575fa484 /src/modules/m_xline_db.cpp | |
| parent | Strip all control codes except \001 in InspIRCd::StripColor() (diff) | |
| download | inspircd++-ac861f854ccee2515c191068cc2274e5d1a92fa8.tar.gz inspircd++-ac861f854ccee2515c191068cc2274e5d1a92fa8.tar.bz2 inspircd++-ac861f854ccee2515c191068cc2274e5d1a92fa8.zip | |
m_xline_db Don't flush database when an xline expires
Diffstat (limited to 'src/modules/m_xline_db.cpp')
| -rw-r--r-- | src/modules/m_xline_db.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index c514ffb76..d220027fe 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -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) |
