aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:48:38 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:48:38 -0500
commit3ef85d79fec87c063aeb00a605fd8d40d2ec5cb4 (patch)
tree4025e3b650914bef26ad827c12728a61d2cb1e2d /examples
parentebb509e5b106fdf24640b11f32e776f033a314e8 (diff)
Use a better example
Diffstat (limited to 'examples')
-rw-r--r--examples/bot.pl61
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bot.pl6 b/examples/bot.pl6
index 76c9fbb..b5adb16 100644
--- a/examples/bot.pl6
+++ b/examples/bot.pl6
@@ -5,6 +5,7 @@ use IRC::Client::Plugin::Debugger;
my $irc = IRC::Client.new(
:host('10.10.11.12'),
+ :channels<#perl6bot #zofbot>
:debug,
plugins => [
IRC::Client::Plugin::Debugger.new