aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bot.pl64
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/bot.pl6 b/examples/bot.pl6
index 255a0f4..4fd1a26 100644
--- a/examples/bot.pl6
+++ b/examples/bot.pl6
@@ -5,5 +5,7 @@ use IRC::Client;
my $irc = IRC::Client.new(
:nick('IRCBot' ~ now.Int)
:debug
- :port<5667>
+ :channels<#zofbot>
+ :host<irc.freenode.net>
+ #:port<5667>
).run;