mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 18:19:33 +01:00
922 B
922 B
Plugins
About
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.
The default plugins loaded by PBot is set by the plugin_autoload
file in
your data-directory. To autoload additional plugins, add their name to
this file.
The plugins that come with PBot live in lib/PBot/Plugin/
. Additional
third-party plugins may be installed to
~/.pbot/PBot/Plugin/
.
This is the woefully incomplete documentation for the plugins. For more documentation, browse the headers of the various plugin source files.
Plang
Scripting interface to PBot.
Quotegrabs
Grabs and stores user messages for posterity.