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
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/)
#### [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.
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
#### `plang`

View File

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