From: dms Date: Sat, 3 Feb 2001 15:06:47 +0000 (+0000) Subject: converted to new gCCD X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=781855bbc93711540ff20673c1f86d0c3ee26324;p=infobot.git converted to new gCCD git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@322 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index 21c9215..8ddd66d 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -12,8 +12,8 @@ use strict; # format: "alias=real". my $announce = 0; my $defaultdist = "unstable"; -my $refresh = &::getChanConfDefault("debianRefreshInterval", - undef, 7) * 60 * 60 * 24; +my $refresh = &::getChanConfDefault("debianRefreshInterval",7) + * 60 * 60 * 24; my %dists = ( "unstable" => "sid",