From b70ff8ac48bbbd1123c2069cd8d9929ae3249727 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Fri, 22 Jan 1999 22:15:08 +0000 Subject: [PATCH] That didn't work. Disable freshmeat another way. git-svn-id: svn://10.0.0.236/trunk@18340 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/mozbot/mozbot.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index cc3a53472df..1fe578b6da8 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -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");