From 5a2196b2c8f2ac2eacb3ddaf40b3e75b9c38bb62 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 4 Jun 2016 19:18:31 -0400 Subject: Stuff --- examples/bot.pl6 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index 255a0f4..4fd1a26 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -5,5 +5,7 @@ use IRC::Client; my $irc = IRC::Client.new( :nick('IRCBot' ~ now.Int) :debug - :port<5667> + :channels<#zofbot> + :host + #:port<5667> ).run; -- cgit v1.1