From d2da9fcd250533bee5df17bd182648a8cea0d7b0 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sun, 6 Dec 2015 18:07:19 -0500 Subject: Prerelease --- examples/bot.pl6 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index b410288..20bcb39 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -2,13 +2,11 @@ use v6; use lib 'lib'; use IRC::Client; use IRC::Client::Plugin::Debugger; -# use IRC::Client::Plugin::HNY; my $irc = IRC::Client.new( - :host('10.10.11.12'), + :host('localhost'), :debug, plugins => [ IRC::Client::Plugin::Debugger.new - # IRC::Client::Plugin::HNY.new, ] ).run; -- cgit v1.1