]> git.donarmstrong.com Git - infobot.git/blobdiff - src/core.pl
- now support verstats for those who don't reply to "CTCP VERSION
[infobot.git] / src / core.pl
index a51064bfbc4ad855e8aeef02941536386b044081..28c24bdf5951a1758038f661b70b78d79752c3cf 100644 (file)
@@ -22,6 +22,7 @@ use vars qw(
        $pubsize $pubcount $pubtime
        $msgsize $msgcount $msgtime
        $notsize $notcount $nottime
+       $running
 );
 
 # dynamic hash.
@@ -56,6 +57,7 @@ $ucount_userfile = 0;
 $utime_chanfile        = 0;
 $wtime_chanfile        = 0;
 $ucount_chanfile = 0;
+$running       = 0;
 ### more variables...
 $msgtime       = time();
 $msgsize       = 0;