mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
![James Lu](/assets/img/avatar_default.png)
Clarify the difference between channel names/UIDs and channel/user objects. Also, reflect the API changes made in 8135f3a735cf1bd15e3805eed7b29c4694ba1ab2.
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