aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 7291c16..e0b0940 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