]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Add <options:exemptchanops> support to m_censor and m_blockcaps, and tidy up the...
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 1681df2b54960b567e71fc52b2a44d560b8bef09..73b483a4268916087645386d1d7e31007a344009 100644 (file)
@@ -680,7 +680,7 @@ int InspIRCd::Run()
                {
                        if (TIME < OLDTIME)
                        {
-                               SNO->WriteToSnoMask('A', "\002EH?!\002 -- Time is flowing BACKWARDS in this dimension! Clock drifted backwards %d secs.",abs(OLDTIME-TIME));
+                               SNO->WriteToSnoMask('A', "\002EH?!\002 -- Time is flowing BACKWARDS in this dimension! Clock drifted backwards %d secs.",OLDTIME-TIME);
                        }
 
                        if ((TIME % 3600) == 0)