X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Bot.pm;h=823daaca3f3096e54c3a405ba66d86fbf03ace6f;hp=ccc322941e6ba80c2dcf50c6f68576d0accf67d3;hb=2ee717a6e844d58dd9bd5052ff0dc409688a184f;hpb=4d8da97942cdb099117f21fd292b865325a5b897 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} );