]> git.donarmstrong.com Git - infobot.git/commitdiff
www.slashdot.org vhost broken
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 16 Jan 2003 22:03:19 +0000 (22:03 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 16 Jan 2003 22:03:19 +0000 (22:03 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@752 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/Slashdot3.pl

index 73b5ae1cc544184a00ba4eb44b9d5444c723c740..7b94b09c1ae255e89469f111063cf14b7028ad33 100644 (file)
@@ -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;