That didn't work. Disable freshmeat another way.

git-svn-id: svn://10.0.0.236/trunk@18340 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com 1999-01-22 22:15:08 +00:00
parent a3204bdd9b
commit b70ff8ac48

View File

@ -150,7 +150,7 @@ my $last_slashdot = 0;
# leave $freshmeat tuned to undef if you don't want freshmeat
# headlines checked every two hours
# my $freshmeat = "http://freshmeat.net/files/freshmeat/recentnews.txt";
my $freshmeat = "http://freshmeat.net/files/freshmeat/recentnews.txt";
my @freshmeat;
my $last_freshmeat = 0;
@ -196,7 +196,7 @@ $bot->schedule (0, \&checksourcechange);
$bot->schedule (0, \&mozillazine);
$bot->schedule (0, \&mozillaorg);
$bot->schedule (0, \&slashdot);
$bot->schedule (0, \&freshmeat);
# $bot->schedule (0, \&freshmeat);
$bot->schedule (0, \&stocks);
&debug ("connecting to $server $port as $nick on $channel");