]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Only send 320 numeric if the SSL user is on our port
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 925aaa081dd7b9540c00fec2f6a7301b19aa126a..c59fcda9fd1855fe628d5d22d75f173949c79a69 100644 (file)
@@ -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