From: timriker Date: Wed, 23 Jun 2004 17:57:25 +0000 (+0000) Subject: fix plug announce too X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1af92ced9e304f0e4334c00bfe2e458f446f23d5;p=infobot.git fix plug announce too git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@955 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Plug.pl b/blootbot/src/Modules/Plug.pl index f257162..067b391 100644 --- a/blootbot/src/Modules/Plug.pl +++ b/blootbot/src/Modules/Plug.pl @@ -50,7 +50,7 @@ sub Plug { sub plugAnnounce { my $file = "$::param{tempDir}/plug.xml"; - my @Cxml = &::getURL("http://www.plug.org/plug.xml"); + my @Cxml = &::getURL("http://www.plug.org/index.xml"); if (!scalar @Cxml) { &::DEBUG("sdA: failure (Cxml == NULL)."); return;