aboutsummaryrefslogtreecommitdiff
path: root/docs/01-basics.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-08-02 10:13:51 -0400
committerZoffix Znet <cpan@zoffix.com>2016-08-02 10:13:51 -0400
commited6c6f01bd563df1c4f7ec1a7e6262bffb6c24cc (patch)
tree22d90e1c9fa9d271849bd53f605b73b66e9934e6 /docs/01-basics.md
parent5d193e0c18f747f2f4f71d068f1baa31f94fe3aa (diff)
Add support for channel passwords
Closes #18
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()"} }