3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 19:38:48 +02:00
pbot/doc/Plugins.md
2020-07-23 12:18:53 -07:00

22 lines
628 B
Markdown

# 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.
Note that this list is probably incomplete. For the complete list of Plugins, see [the Plugins directory.](../Plugins/)
#### [Plang](Plugins/Plang.md)
Scripting interface to PBot
#### [Quotegrabs](Plugins/Quotegrabs.md)
Grabs and stores user messages for posterity.