From 63682618c3c0386ff03683f2a984533320115f9a Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Tue, 26 Jul 2016 13:48:00 -0400 Subject: Fix typo --- docs/01-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/01-basics.md b/docs/01-basics.md index 091af42..6c82572 100644 --- a/docs/01-basics.md +++ b/docs/01-basics.md @@ -20,7 +20,7 @@ All of the functionality is implemented as "plugins," which are passed to the `:plugins` attribute. Plugins are just regular classes, altough they can do the `IRC::Client::Plugin` role to obtain extra functionality. -To subscribe to subscribe to one of [the events](02-event-reference.md), simply +To subscribe to one of [the events](02-event-reference.md), simply create a method with event's name in your class. The tutorial will use the `irc-to-me` event, which is a convenience event fired when the bot is addressed in-channel or someone sends it a notice or a private message. -- cgit v1.1