]> git.donarmstrong.com Git - infobot.git/commitdiff
plug url change
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Jun 2004 17:40:20 +0000 (17:40 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Jun 2004 17:40:20 +0000 (17:40 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@953 c11ca15a-4712-0410-83d8-924469b57eb5

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) {