aboutsummaryrefslogtreecommitdiff
path: root/docs/01-basics.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01-basics.md')
-rw-r--r--docs/01-basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/01-basics.md b/docs/01-basics.md
index 5aabaca..d7ce0b4 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -86,7 +86,7 @@ the original message, prefixed with `You said `.
.run with IRC::Client.new:
:host<irc.freenode.net>
- :channels<#perl6bot #zofbot>
+ :channels('#perl6bot', '#zofbot', '#myown' => 's3cret')
:debug
:plugins(
class { method irc-to-me ($e) { "You said $e.text()"} }