From 505933841a1384c234be7b05739c4713b0ee4022 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 10 Jun 2016 06:39:52 -0400 Subject: Intermediary --- examples/bot.pl6 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index 3a2127e..7d76630 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -12,12 +12,13 @@ class MyPlug does IRC::Client::Plugin { my $irc = IRC::Client.new( :nick('IRCBot' ~ now.Int) :debug<1> - # :channels<#zofbot> + :channels<#perl6 #perl7> # :host :port<6667> :servers( mine => { :port<5667> }, - inspircd => { }, + + # inspircd => { }, # freenode => { :host }, ) :plugins(MyPlug.new) -- cgit v1.1