aboutsummaryrefslogtreecommitdiff
path: root/docs/01-basics.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-28 22:52:25 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-28 22:52:25 -0400
commitcf80b1b4392b849cb5529c1a40083170098f6460 (patch)
treeb3a322c2c6dabd2ad31af74face9135ddb899445 /docs/01-basics.md
parent92e16c5d823c16267b42ae9ea056f931cec96de4 (diff)
Docs
Diffstat (limited to 'docs/01-basics.md')
-rw-r--r--docs/01-basics.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/01-basics.md b/docs/01-basics.md
index 10a0f60..36ae32f 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -130,3 +130,7 @@ by the `IRC::Client::Plugin` role to call method `.send` on the Client Object.
In the `:where` parameter, we specify we want to send the message to
channel `#perl6` and the `:text` parameter contains the text we want to send.
The bot will send that text every 3 seconds.
+
+## Up Next
+
+Read [the event reference](02-event-reference.md) next.