From: Michael Andreen Date: Wed, 26 Aug 2009 20:13:26 +0000 (+0200) Subject: Servers need to be in array refs X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=2ee717a6e844d58dd9bd5052ff0dc409688a184f Servers need to be in array refs --- 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} );