mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-25 19:54:25 +01:00
parent
85a97ce86b
commit
229c36381e
@ -17,10 +17,10 @@ PyLink is an a modular, plugin-based IRC services framework. It uses swappable p
|
|||||||
- [PyLink protocol module specification](pmodule-spec.md)
|
- [PyLink protocol module specification](pmodule-spec.md)
|
||||||
- [PyLink hooks reference](hooks-reference.md)
|
- [PyLink hooks reference](hooks-reference.md)
|
||||||
- [Supported named channel modes](channel-modes.csv)
|
- [Supported named channel modes](channel-modes.csv)
|
||||||
|
- [Supported named user modes](user-modes.csv)
|
||||||
- [API reference: utils.py](autogen/utils.html)
|
- [API reference: utils.py](autogen/utils.html)
|
||||||
- [API reference: classes.py](autogen/classes.html)
|
- [API reference: classes.py](autogen/classes.html)
|
||||||
|
|
||||||
### Future topics (not yet available)
|
### Future topics (not yet available)
|
||||||
- [Writing tests for PyLink modules](writing-tests.md)
|
- [Writing tests for PyLink modules](writing-tests.md)
|
||||||
- [Supported named user modes](user-modes.csv)
|
|
||||||
- [Services bot API/Creating your own service bots](services-api.md)
|
- [Services bot API/Creating your own service bots](services-api.md)
|
||||||
|
@ -148,4 +148,4 @@ Internally, modes are stored in channel and user objects as sets: `(userobj or c
|
|||||||
|
|
||||||
When a certain mode (e.g. owner) isn't supported on a network, the key still exists in `prefixmodes` but is simply unused.
|
When a certain mode (e.g. owner) isn't supported on a network, the key still exists in `prefixmodes` but is simply unused.
|
||||||
|
|
||||||
You can see a list of supported (named) channel modes [here](channel-modes.csv).
|
You can see a list of supported (named) channel modes [here](channel-modes.csv), and a list of user modes [here](user-modes.csv).
|
||||||
|
Loading…
Reference in New Issue
Block a user