From: timriker Date: Thu, 16 Jan 2003 22:03:19 +0000 (+0000) Subject: www.slashdot.org vhost broken X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cbd02bb8bb5a50f591e1c114040aba0791a68b36;p=infobot.git www.slashdot.org vhost broken git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@752 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Slashdot3.pl b/src/Modules/Slashdot3.pl index 73b5ae1..7b94b09 100644 --- a/src/Modules/Slashdot3.pl +++ b/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;