git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1211
c11ca15a-4712-0410-83d8-
924469b57eb5
my $announce = 0;
my $defaultdist = 'sid';
-my $refresh = &::getChanConfDefault('debianRefreshInterval', 7, $chan) * 60 * 60 * 24;
+my $refresh = &::getChanConfDefault('debianRefreshInterval', 7, $::chan) * 60 * 60 * 24;
my $debug = 0;
my $debian_dir = $::bot_state_dir . 'debian';
my $country = 'us'; # well .config it yourself then. ;-)
my ($type, $str) = @_;
my $start_time = &::timeget();
my @list;
- my $maxshow = &::getChanConfDefault('maxListReplyCount', 15, $chan);
+ my $maxshow = &::getChanConfDefault('maxListReplyCount', 15, $::chan);
$type =~ s/s$//; # nice work-around.