summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 925aaa081..c59fcda9f 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -640,7 +640,11 @@ int InspIRCd::Run()
/* Once a second, do the background processing */
if (TIME != OLDTIME)
+ {
+ if (TIME < OLDTIME)
+ WriteOpers("*** \002EH?!\002 -- Time is flowing BACKWARDS in this dimension! Clock drifted backwards %d secs.",abs(OLDTIME-TIME));
DoBackgroundUserStuff(TIME);
+ }
/* Call the socket engine to wait on the active
* file descriptors. The socket engine has everything's