Update documentation

This commit is contained in:
Pragmatic Software 2020-07-23 14:37:04 -07:00
parent 769d9fb922
commit 74809cc8e6
2 changed files with 8 additions and 10 deletions

View File

@ -9,13 +9,12 @@
A Plugin is an independent unit of PBot code that can be loaded and unloaded at will. 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. 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. 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/) Note that this list is probably incomplete. For the complete list of Plugins, see [the Plugins directory.](../Plugins/)
#### [Plang](Plugins/Plang.md) ## [Plang](Plugins/Plang.md)
Scripting interface to PBot Scripting interface to PBot
#### [Quotegrabs](Plugins/Quotegrabs.md) ## [Quotegrabs](Plugins/Quotegrabs.md)
Grabs and stores user messages for posterity. Grabs and stores user messages for posterity.

View File

@ -33,6 +33,12 @@
* [Modules](QuickStart.md#modules) * [Modules](QuickStart.md#modules)
<!-- md-toc-end --> <!-- md-toc-end -->
<!-- md-toc-begin --> <!-- md-toc-begin -->
* [Plugins](Plugins.md#plugins)
* [About](Plugins.md#about)
* [Plang](Plugins/Plang.md)
* [Quotegrabs](Plugins/Quotegrabs.md)
<!-- md-toc-end -->
<!-- md-toc-begin -->
* [Commands](Commands.md#commands) * [Commands](Commands.md#commands)
* [Command interpreter](Commands.md#command-interpreter) * [Command interpreter](Commands.md#command-interpreter)
* [Command invocation](Commands.md#command-invocation) * [Command invocation](Commands.md#command-invocation)
@ -280,13 +286,6 @@
* [quote](Modules.md#quote) * [quote](Modules.md#quote)
<!-- md-toc-end --> <!-- md-toc-end -->
<!-- md-toc-begin --> <!-- md-toc-begin -->
* [Plugins](Plugins.md#plugins)
* [About](Plugins.md#about)
* [PBot Plugins](Plugins.md#pbot-plugins)
* [Plang](Plugins/Plang.md)
* [Quotegrabs](Plugins/Quotegrabs.md)
<!-- md-toc-end -->
<!-- md-toc-begin -->
* [Anti-Abuse](AntiAbuse.md#anti-abuse) * [Anti-Abuse](AntiAbuse.md#anti-abuse)
* [Flood control](AntiAbuse.md#flood-control) * [Flood control](AntiAbuse.md#flood-control)
* [Message flood](AntiAbuse.md#message-flood) * [Message flood](AntiAbuse.md#message-flood)