From 1af92ced9e304f0e4334c00bfe2e458f446f23d5 Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Wed, 23 Jun 2004 17:57:25 +0000
Subject: [PATCH] fix plug announce too

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@955 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 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;
-- 
2.39.5