]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Plug.pl
plug url change
[infobot.git] / src / Modules / Plug.pl
index 3467a8370ba0f4b6a014e0a47a4ac472cb2d5328..f2571628691d7c00ec0394733412ff9507162018 100644 (file)
@@ -35,7 +35,7 @@ sub plugParse {
 }
 
 sub Plug {
-    my @results = &::getURL("http://www.plug.org/plug.xml");
+    my @results = &::getURL("http://www.plug.org/index.xml");
     my $retval  = "i could not get the headlines.";
 
     if (scalar @results) {