From 4402f2e29b3c8d9a9a4e95d3fab3108a7ef42954 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Tue, 2 Aug 2016 08:32:23 -0400 Subject: Make it easier to run examples off an arbitrary IRC server --- examples/04-bash-bot.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/04-bash-bot.p6') diff --git a/examples/04-bash-bot.p6 b/examples/04-bash-bot.p6 index d3aaa4c..53baf87 100644 --- a/examples/04-bash-bot.p6 +++ b/examples/04-bash-bot.p6 @@ -20,7 +20,7 @@ class Bash { .run with IRC::Client.new: :nick - :host + :host(%*ENV // 'irc.freenode.net') :channels<#zofbot> :debug :plugins(Bash.new); -- cgit v1.1