From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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=880ca7be257de9eb809e7ce627e70933ad2feb86;p=infobot.git

www.slashdot.org vhost broken


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@752 c11ca15a-4712-0410-83d8-924469b57eb5
---

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;