aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-11-25 13:39:05 -0500
committerZoffix Znet <cpan@zoffix.com>2015-11-25 13:39:05 -0500
commit4e394a6fa9d8f838917dbc9196f0ef367d5e9ae9 (patch)
treee5acce70d56128ec9949139348dae01cc3e50aba /examples
parentef0a9de8eb4a8c1bf3e82d18b1dadd54637a7c98 (diff)
Use freenode address
Diffstat (limited to 'examples')
-rw-r--r--examples/bot.pl62
1 files changed, 1 insertions, 1 deletions
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,
]