aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-29 10:09:04 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-29 10:09:04 -0400
commit99eee13297570f3cf2897183e7d1c8f51276c61a (patch)
tree4728757d35cd2e87aefcba57ae64aca09f27d5e1 /README.md
parent582354a484e67a9bbbf4271622e13d22eca89853 (diff)
Moar docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e0b0940..7291c16 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +14,15 @@ IRC::Client - Extendable Internet Relay Chat client
:host<irc.freenode.net>
:channels<#perl6bot #zofbot>
:debug
- :plugins[
+ :plugins(
class { method irc-to-me ($ where /hello/) { 'Hello to you too!'} }
- ]
- :filters[
+ )
+ :filters(
-> $text where .chars > 200 {
'The output is too large to show here. See: '
~ Pastebin::Shadowcat.new.paste: $text;
}
- ];
+ );
```
# DESCRIPTION