From abbf88857449ab8233aa7a74b8a592af4af92a5c Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 23 Jun 2004 17:40:20 +0000 Subject: [PATCH] plug url change git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@953 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Plug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Plug.pl b/blootbot/src/Modules/Plug.pl index 3467a83..f257162 100644 --- a/blootbot/src/Modules/Plug.pl +++ b/blootbot/src/Modules/Plug.pl @@ -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) { -- 2.39.5