From 311095fd68090ed82e9fff9f71003bc5247a108b Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 28 Jul 2016 23:14:23 -0400 Subject: Document irc-started caveats --- docs/01-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/01-basics.md') 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; -- cgit v1.1