Update documentation

This commit is contained in:
Pragmatic Software 2020-07-23 12:18:53 -07:00
parent 4998e9494e
commit 26ce65ab85
3 changed files with 12 additions and 13 deletions

View File

@ -12,9 +12,10 @@ Plugins have full access to PBot internal APIs and state.
### PBot Plugins ### 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.
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/) 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.

View File

@ -23,7 +23,7 @@ written specifically for PBot, but is powerful enough to be used as a general-pu
scripting language embedded into any Perl application. scripting language embedded into any Perl application.
This document describes PBot's Plang plugin. To learn how to use the Plang scripting This document describes PBot's Plang plugin. To learn how to use the Plang scripting
language, see the [Plang documentation](https://github.com/pragma-/Plang/README.md). language, see the [Plang documentation](https://github.com/pragma-/Plang/blob/master/README.md).
### PBot `plang` and `plangrepl` commands ### PBot `plang` and `plangrepl` commands
#### `plang` #### `plang`

View File

@ -280,13 +280,11 @@
* [quote](Modules.md#quote) * [quote](Modules.md#quote)
<!-- md-toc-end --> <!-- md-toc-end -->
<!-- md-toc-begin --> <!-- md-toc-begin -->
* [Quotegrabs](Quotegrabs.md#quotegrabs) * [Plugins](Plugins.md#plugins)
* [About](Quotegrabs.md#about) * [About](Plugins.md#about)
* [Commands](Quotegrabs.md#commands) * [PBot Plugins](Plugins.md#pbot-plugins)
* [grab](Quotegrabs.md#grab) * [Plang](Plugins.mdPlugins/Plang.md)
* [getq](Quotegrabs.md#getq) * [Quotegrabs](Plugins.mdPlugins/Quotegrabs.md)
* [rq](Quotegrabs.md#rq)
* [delq](Quotegrabs.md#delq)
<!-- md-toc-end --> <!-- md-toc-end -->
<!-- md-toc-begin --> <!-- md-toc-begin -->
* [Anti-Abuse](AntiAbuse.md#anti-abuse) * [Anti-Abuse](AntiAbuse.md#anti-abuse)