mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +01:00
0ccaac595b
Closes #603. Other changes: - Move the "Removing services" section to earlier in the doc - it is important! - Consistently use 'strings' instead of "strings" in example code - Mention briefly how "spawn_service:" false affects plugins - Mention the "dynamic" channel handling added in 2.0-alpha3 |
||
---|---|---|
.. | ||
doxygen.conf | ||
doxygen.sh | ||
hooks-reference.md | ||
permissions-api.md | ||
pmodule-spec.md | ||
protocol-modules.dot | ||
protocol-modules.svg | ||
README.md | ||
release-process.md | ||
services-api.md | ||
using-ircparser.md | ||
writing-plugins.md |
PyLink Developer Documentation
This documentation is provided for reference only, and may not always be up to date as APIs change. Patches are welcome if something looks wrong or is wrong. In such cases, consulting the source code is probably your best bet.
The docs are also really incomplete (contributions are appreciated!)
Introduction
PyLink is an a modular, plugin-based IRC services framework. It uses swappable protocol modules and a hooks system for calling plugins, allowing them to function regardless of the IRCd used.
Contents
- Writing plugins for PyLink
- PyLink hooks reference
- Services bot API/Creating your own service bots
- Permissions API Introduction
- Using
utils.IRCParser()