]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Plug.pl
allow in channel
[infobot.git] / src / Modules / Plug.pl
index f2571628691d7c00ec0394733412ff9507162018..067b391b11157c94044a778b1a96c17a017a3acb 100644 (file)
@@ -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;