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
769d9fb922
commit
74809cc8e6
@ -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.
|
||||
|
@ -33,6 +33,12 @@
|
||||
* [Modules](QuickStart.md#modules)
|
||||
<!-- md-toc-end -->
|
||||
<!-- md-toc-begin -->
|
||||
* [Plugins](Plugins.md#plugins)
|
||||
* [About](Plugins.md#about)
|
||||
* [Plang](Plugins/Plang.md)
|
||||
* [Quotegrabs](Plugins/Quotegrabs.md)
|
||||
<!-- md-toc-end -->
|
||||
<!-- md-toc-begin -->
|
||||
* [Commands](Commands.md#commands)
|
||||
* [Command interpreter](Commands.md#command-interpreter)
|
||||
* [Command invocation](Commands.md#command-invocation)
|
||||
@ -280,13 +286,6 @@
|
||||
* [quote](Modules.md#quote)
|
||||
<!-- md-toc-end -->
|
||||
<!-- md-toc-begin -->
|
||||
* [Plugins](Plugins.md#plugins)
|
||||
* [About](Plugins.md#about)
|
||||
* [PBot Plugins](Plugins.md#pbot-plugins)
|
||||
* [Plang](Plugins/Plang.md)
|
||||
* [Quotegrabs](Plugins/Quotegrabs.md)
|
||||
<!-- md-toc-end -->
|
||||
<!-- md-toc-begin -->
|
||||
* [Anti-Abuse](AntiAbuse.md#anti-abuse)
|
||||
* [Flood control](AntiAbuse.md#flood-control)
|
||||
* [Message flood](AntiAbuse.md#message-flood)
|
||||
|
Loading…
Reference in New Issue
Block a user