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 36ae32f..bbbdcd0 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -104,7 +104,7 @@ the `$.irc` attribute:
use IRC::Client;
class AlarmBot does IRC::Client::Plugin {
- method irc-connected ($) {
+ method irc-started {
react {
whenever Supply.interval(3) {
$.irc.send: :where<#perl6> :text<Three seconds passed!>;