aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
]