diff --git a/doc/Plugins.md b/doc/Plugins.md index 60df2a53..f637ebaf 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -9,13 +9,12 @@ 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. -### PBot Plugins 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/) -#### [Plang](Plugins/Plang.md) +## [Plang](Plugins/Plang.md) Scripting interface to PBot -#### [Quotegrabs](Plugins/Quotegrabs.md) +## [Quotegrabs](Plugins/Quotegrabs.md) Grabs and stores user messages for posterity. diff --git a/doc/README.md b/doc/README.md index 19564645..be192b87 100644 --- a/doc/README.md +++ b/doc/README.md @@ -33,6 +33,12 @@ * [Modules](QuickStart.md#modules) +* [Plugins](Plugins.md#plugins) + * [About](Plugins.md#about) + * [Plang](Plugins/Plang.md) + * [Quotegrabs](Plugins/Quotegrabs.md) + + * [Commands](Commands.md#commands) * [Command interpreter](Commands.md#command-interpreter) * [Command invocation](Commands.md#command-invocation) @@ -280,13 +286,6 @@ * [quote](Modules.md#quote) -* [Plugins](Plugins.md#plugins) - * [About](Plugins.md#about) - * [PBot Plugins](Plugins.md#pbot-plugins) - * [Plang](Plugins/Plang.md) - * [Quotegrabs](Plugins/Quotegrabs.md) - - * [Anti-Abuse](AntiAbuse.md#anti-abuse) * [Flood control](AntiAbuse.md#flood-control) * [Message flood](AntiAbuse.md#message-flood)