git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@752
c11ca15a-4712-0410-83d8-
924469b57eb5
}
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) {
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;