Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit e538bd3

Browse files
committed
cleanup intro paragraph
1 parent a8758f2 commit e538bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DOCS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Plugin API Documentation
22

3-
You can write your own Botbot plugin by extending the core plugin class and providing one or more handlers that may respond
4-
to a message in an IRC channel. The existing plugins in `botbotme_plugins/plugins` serve as good examples to follow. `ping` and `brain` are good ones to start with due to their simplicity.
3+
You can write your own Botbot plugin by extending the core plugin class and providing one or more message handlers. A
4+
message handler is a method on the plugin class that receives an object representing a user message that has been
5+
posted to the IRC channel the plugin is associated with. The existing plugins in `botbotme_plugins/plugins` serve as good examples to follow. `ping` and `brain` are good ones to start with due to their simplicity.
56

67
### Plugin Capabilities
78

@@ -13,7 +14,6 @@ Plugins provide three basic capabilities:
1314

1415
All plugins extend the BasePlugin class, providing them with the ability to utilize these capabilities.
1516

16-
1717
### Parsing and responding to messages
1818

1919
In the simplest case, a plugin will receive a message from an IRC channel and parse it based on a rule. When the parsed input

0 commit comments

Comments
 (0)