mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
Update documentation
This commit is contained in:
parent
4998e9494e
commit
26ce65ab85
@ -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.
|
||||
|
@ -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`
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user