pbot/doc/Plugins.md

21 lines
652 B
Markdown
Raw Normal View History

# Plugins
<!-- md-toc-begin -->
* [About](#about)
* [PBot Plugins](#pbot-plugins)
<!-- md-toc-end -->
## About
A Plugin is an independent unit of PBot code that can be loaded and unloaded at will.
Plugins have full access to PBot internal APIs and state.
### PBot Plugins
These are the Plugins that come with PBot. Click a Plugin to learn more about it.
Plugin | Description
--- | ---
[Plang](Plugins/Plang.md) | Scripting interface to PBot
[Quotegrabs](Plugins/Quotegrabs.md) | Grabs and stores user messages for posterity.
Note that this list is probably incomplete. For the complete list of Plugins, see [the Plugins directory.](../Plugins/)