diff options
-rw-r--r-- | src/inspircd.cpp | 2 |
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 |