aboutsummaryrefslogtreecommitdiff
path: root/examples/bot.pl6
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bot.pl6')
-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