From 6f3f00300a122e33ca1050fdb42cccda39fe9ba4 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sun, 5 Jun 2016 10:14:38 -0400 Subject: Z --- examples/bot.pl6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index d64e9b8..12245db 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -15,8 +15,8 @@ my $irc = IRC::Client.new( # :channels<#zofbot> # :host :servers( - inspircd => { :port<6667> } - mine => { :port<5667> } + mine => { :port<5667> }, + inspircd => { :port<6667> }, ) :plugins(MyPlug.new) ).run; -- cgit v1.1