3
0
mirror of https://github.com/jlu5/PyLink.git synced 2026-04-26 18:57:58 +02:00
James Lu 31c96bd1ed hooks-reference: bump to 2.0-alpha2
- Replace `IrcChannel`, `IrcUser`, and `IrcServer` with their new class names (`classes.Channel`, `classes.User`, and `classes.Server`)
- Replace `irc.fullVersion()` with `irc.version()`
- Various minor wording tweaks.
2018-01-13 18:23:12 -08:00
..
2017-10-04 23:28:27 -07:00
2017-11-07 19:19:52 -08:00
2017-10-05 19:04:45 -07:00

# PyLink Documentation

This folder contains general documentation for PyLink IRC services.

## Contents

- [PyLink FAQ (Frequently Asked Questions)](faq.md)
- [PyLink Relay Tutorial & Oper Guide](pylink-opers.md)

----

- [Automode Tutorial](automode.md)
- [Advanced Relay Configuration](advanced-relay-config.md)
- [Advanced Services Configuration](advanced-services-config.md)
- [Extended Targets (Exttargets) Guide](exttargets.md)
- [PyLink Permissions Reference](permissions-reference.md)

----

- [PyLink named modes tables](modelists/)
- [Developer documentation](technical/)

There is also a Doxygen-powered API reference at https://pylink.github.io/