mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
61cf48c37c
- Corrected the location of the `self.irc.cmodes/umodes/prefixmodes` attributes - Mention `self.conf_keys` as a special variable for completeness |
||
---|---|---|
.. | ||
channel-modes.csv | ||
core-structure.dot | ||
core-structure.png | ||
doxygen.conf | ||
doxygen.sh | ||
hooks-reference.md | ||
permissions-api.md | ||
pmodule-spec.md | ||
protocol-modules.dot | ||
protocol-modules.png | ||
README.md | ||
release-process.md | ||
services-api.md | ||
user-modes.csv | ||
using-ircparser.md | ||
writing-plugins.md |
PyLink Developer Documentation
Please note that as PyLink is still in its development phase, its APIs are subject to change. Any documentation here is provided for reference only.
The docs are also really incomplete (contributors welcome!)
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()