From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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=41ae03b689870a5885d4cb5c78a592fa8de62bda;p=infobot.git

fix plug announce too


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@955 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/src/Modules/Plug.pl b/src/Modules/Plug.pl
index f257162..067b391 100644
--- a/src/Modules/Plug.pl
+++ b/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;