2020-07-23 12:10:33 -07:00
|
|
|
# Plugins
|
|
|
|
|
|
|
|
<!-- md-toc-begin -->
|
|
|
|
* [About](#about)
|
2020-07-23 14:38:53 -07:00
|
|
|
* [Plang](Plugins/Plang.md)
|
|
|
|
* [Quotegrabs](Plugins/Quotegrabs.md)
|
2020-07-23 12:10:33 -07:00
|
|
|
<!-- 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.
|
|
|
|
|
|
|
|
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/)
|
2020-07-23 12:18:53 -07:00
|
|
|
|
2020-07-23 14:37:04 -07:00
|
|
|
## [Plang](Plugins/Plang.md)
|
2020-07-23 14:38:53 -07:00
|
|
|
Scripting interface to PBot.
|
2020-07-23 12:18:53 -07:00
|
|
|
|
2020-07-23 14:37:04 -07:00
|
|
|
## [Quotegrabs](Plugins/Quotegrabs.md)
|
2020-07-23 12:18:53 -07:00
|
|
|
Grabs and stores user messages for posterity.
|