summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 609c0b8b6..0c8b3ccd1 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -654,15 +654,8 @@ void InspIRCd::Run()
OLDTIME = TIME.tv_sec;
if ((TIME.tv_sec % 3600) == 0)
- {
FOREACH_MOD(OnGarbageCollect, ());
- // HACK: ELines are not expired properly at the moment but it can't be fixed as
- // the 2.0 XLine system is a spaghetti nightmare. Instead we skip over expired
- // ELines in XLineManager::CheckELines() and expire them here instead.
- XLines->GetAll("E");
- }
-
Timers.TickTimers(TIME.tv_sec);
Users->DoBackgroundUserStuff();