X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=xmlrtorrent.git;a=blobdiff_plain;f=xmlrtorrent.pl;fp=xmlrtorrent.pl;h=0f50ba9e838dc9ce4e92f2bdce97c4a47aebc112;hp=1ba5842fe1c23ec6c2e320fff16fd98285418546;hb=873a6b45bd8113444349cd0e8c3b3ce7798a021b;hpb=dd358d09eb0bc6496f3778049e6fe1fb6201003d diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index 1ba5842..0f50ba9 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -431,6 +431,10 @@ sub init_xmlrtorrent { write_debug('Selected %s as talker', $talker->{'NAME'}); $conf->{'xmlrtorrent'}->{'talker'} = $talker->{'NAME'}; + # Loop through all plugins and load the config + foreach $p (@talkers) { + $conf->{'xmlrtorrent'}->{'config'}->{$p->{'NAME'}} = $p->mergeconfig($conf->{'xmlrtorrent'}->{'config'}->{$p->{'NAME'}}); + } # Restore the queue %torrentlist = %{$conf->{'xmlrtorrent'}->{'_QUEUE'}};