]> git.donarmstrong.com Git - infobot.git/commitdiff
"->'
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 22:09:44 +0000 (22:09 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 22:09:44 +0000 (22:09 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1083 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index ba28c481a9b35715186892ce80ff3cb2f7fb1854..8f4d89387d9784a0233904de99ccfa98a0ec5bf0 100644 (file)
@@ -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";