From: timriker Date: Tue, 23 Nov 2004 22:09:44 +0000 (+0000) Subject: "->' X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f971d9f10f3c891eb76ae7c512a11f05960cba0;p=infobot.git "->' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1083 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index ba28c48..8f4d893 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -12,7 +12,7 @@ no strict 'refs'; # FIXME: dstats aborts if set my $announce = 0; my $defaultdist = "sid"; -my $refresh = &::getChanConfDefault("debianRefreshInterval",7) +my $refresh = &::getChanConfDefault('debianRefreshInterval',7) * 60 * 60 * 24; my $debug = 0; my $debian_dir = "$::bot_state_dir/debian";