X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Bot.pm;h=823daaca3f3096e54c3a405ba66d86fbf03ace6f;hb=84f84122d6e27123f026630ad1fa78e0f00520ac;hp=ccc322941e6ba80c2dcf50c6f68576d0accf67d3;hpb=87ddd7d37d6f5880757a71bfedd3459f4a511d2b;p=NDIRC.git diff --git a/Bot.pm b/Bot.pm index ccc3229..823daac 100644 --- a/Bot.pm +++ b/Bot.pm @@ -82,8 +82,8 @@ sub _start { )); $heap->{connector} = POE::Component::IRC::Plugin::Connector->new( - servers => ['irc.netgamers.org', 'underworld.no.eu.netgamers.org' - ,'firefly.no.eu.netgamers.org', 'underworld.ca.us.netgamers.org' ] + servers => [['irc.netgamers.org'], ['underworld.no.eu.netgamers.org'] + ,['firefly.no.eu.netgamers.org'], ['underworld.ca.us.netgamers.org'] ] ); $irc->plugin_add( 'Connector' => $heap->{connector} );