mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-23 18:54:05 +01:00
50afc52a03
Clarify the difference between channel names/UIDs and channel/user objects. Also, reflect the API changes made in
|
||
---|---|---|
.. | ||
autogen | ||
channel-modes.csv | ||
core-structure.dot | ||
core-structure.png | ||
hooks-reference.md | ||
plugin_example.py | ||
pmodule-spec.md | ||
README.md | ||
update-autogen.sh | ||
using-utils.md | ||
writing-plugins.md |
PyLink Developer Documentation
Please note that as PyLink is still in its development phase, the API is subject to change. Any documentation here is provided for reference only.
It is also really incomplete (contributors welcome!)
Introduction
PyLink is an a modular, plugin-based IRC PseudoService framework. It uses swappable protocol modules and a hook-based system for calling plugins, allowing them to function regardless of the IRCd used.
Contents
- Writing plugins for PyLink
- PyLink protocol module specification
- Using PyLink’s utils module
- PyLink hooks reference