aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-06-04 19:18:31 -0400
committerZoffix Znet <cpan@zoffix.com>2016-06-04 19:18:31 -0400
commit5a2196b2c8f2ac2eacb3ddaf40b3e75b9c38bb62 (patch)
tree0241ad573b1db26be38dbd6396041643c04113a8 /examples
parent791d7981cff0cd3a85fdd504f410a7c9833272dc (diff)
Stuff
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;