From 880ca7be257de9eb809e7ce627e70933ad2feb86 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 16 Jan 2003 22:03:19 +0000 Subject: [PATCH] www.slashdot.org vhost broken git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@752 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Slashdot3.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blootbot/src/Modules/Slashdot3.pl b/blootbot/src/Modules/Slashdot3.pl index 73b5ae1..7b94b09 100644 --- a/blootbot/src/Modules/Slashdot3.pl +++ b/blootbot/src/Modules/Slashdot3.pl @@ -33,7 +33,7 @@ sub slashdotParse { } sub Slashdot { - my @results = &::getURL("http://www.slashdot.org/slashdot.xml"); + my @results = &::getURL("http://slashdot.org/slashdot.xml"); my $retval = "i could not get the headlines."; if (scalar @results) { @@ -48,7 +48,7 @@ sub Slashdot { sub slashdotAnnounce { my $file = "$::param{tempDir}/slashdot.xml"; - my @Cxml = &::getURL("http://www.slashdot.org/slashdot.xml"); + my @Cxml = &::getURL("http://slashdot.org/slashdot.xml"); if (!scalar @Cxml) { &::DEBUG("sdA: failure (Cxml == NULL)."); return; -- 2.39.2