X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fcore.pl;h=28c24bdf5951a1758038f661b70b78d79752c3cf;hb=9297b6322dc6a785b2ba574a59425a24ef8daf19;hp=a51064bfbc4ad855e8aeef02941536386b044081;hpb=0f93d50dae74195b7d59d06d059e2e18211fac51;p=infobot.git diff --git a/src/core.pl b/src/core.pl index a51064b..28c24bd 100644 --- a/src/core.pl +++ b/src/core.pl @@ -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;