From 26ce65ab85afaf0c030e4d854b773f89988c25db Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 23 Jul 2020 12:18:53 -0700 Subject: [PATCH] Update documentation --- doc/Plugins.md | 11 ++++++----- doc/Plugins/Plang.md | 2 +- doc/README.md | 12 +++++------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/doc/Plugins.md b/doc/Plugins.md index 41c93f03..60df2a53 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -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. diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index 6d31d12d..32c30dde 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -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` diff --git a/doc/README.md b/doc/README.md index 98c24024..3e09af4b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -280,13 +280,11 @@ * [quote](Modules.md#quote) -* [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) * [Anti-Abuse](AntiAbuse.md#anti-abuse)