summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 730e7fea0..0059889b8 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -478,7 +478,7 @@ int InspIRCd::Run()
}
/* Once a second, do the background processing */
- if ((TIME != OLDTIME) && ((TIME % 2) == 0))
+ if (TIME != OLDTIME)
DoBackgroundUserStuff(TIME);
/* Call the socket engine to wait on the active