From 4e394a6fa9d8f838917dbc9196f0ef367d5e9ae9 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 25 Nov 2015 13:39:05 -0500 Subject: Use freenode address --- examples/bot.pl6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/bot.pl6 b/examples/bot.pl6 index f2b69ea..42f9d77 100644 --- a/examples/bot.pl6 +++ b/examples/bot.pl6 @@ -4,7 +4,7 @@ use IRC::Client; use IRC::Client::Plugin::HNY; say "42"; my $irc = IRC::Client.new( - :host('10.10.11.12'), + :host('irc.freenode.net'), plugins => [ IRC::Client::Plugin::HNY.new, ] -- cgit v1.1