aboutsummaryrefslogtreecommitdiff
path: root/examples/05-bash-bot-with-filter.p6
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-08-02 08:32:23 -0400
committerZoffix Znet <cpan@zoffix.com>2016-08-02 08:32:23 -0400
commit4402f2e29b3c8d9a9a4e95d3fab3108a7ef42954 (patch)
tree064bca27b03f79126346469db18d47e78b001b07 /examples/05-bash-bot-with-filter.p6
parent0bbb3c0fe6521f11f4a6d1338b48581fc4334c6a (diff)
Make it easier to run examples off an arbitrary IRC server
Diffstat (limited to 'examples/05-bash-bot-with-filter.p6')
-rw-r--r--examples/05-bash-bot-with-filter.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/05-bash-bot-with-filter.p6 b/examples/05-bash-bot-with-filter.p6
index 730d9ea..f2aa692 100644
--- a/examples/05-bash-bot-with-filter.p6
+++ b/examples/05-bash-bot-with-filter.p6
@@ -21,7 +21,7 @@ class Bash {
.run with IRC::Client.new:
:nick<MahBot>
- :host<localhost>
+ :host(%*ENV<IRC_CLIENT_HOST> // 'irc.freenode.net')
:channels<#zofbot>
:debug
:plugins(Bash.new)