From ef0a9de8eb4a8c1bf3e82d18b1dadd54637a7c98 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 25 Nov 2015 13:32:59 -0500 Subject: Intermediary --- examples/bot.pl6 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index 4840fab..f2b69ea 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -1,2 +1,11 @@ use v6; +use lib 'lib'; use IRC::Client; +use IRC::Client::Plugin::HNY; +say "42"; +my $irc = IRC::Client.new( + :host('10.10.11.12'), + plugins => [ + IRC::Client::Plugin::HNY.new, + ] +).run; -- cgit v1.1