Add IM module for talk, chat and announces
[spider.git] / perl / cluster.pl
index 0ad54f310b4bb7346e22e7194d920947c272fbd0..5f5b492cb8785fa46a9a2a983927d666afd443b4 100755 (executable)
@@ -135,7 +135,7 @@ $VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
 $BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,0));
 $main::build += $VERSION;
 $main::branch += $BRANCH;
-#$main::build += 2;                            # fudge (put back for now)
+$main::build -= 1;                             # fudge (put back for now)
 
 
       
@@ -510,9 +510,8 @@ for (;;) {
        
        # do timed stuff, ongoing processing happens one a second
        if ($timenow != $systime) {
-               reap if $zombies;
-               $systime = $timenow;
-               IsoTime::update($systime);
+               reap() if $zombies;
+               IsoTime::update($systime = $timenow);
                DXCron::process();      # do cron jobs
                DXCommandmode::process(); # process ongoing command mode stuff
                DXXml::process();