From 229c36381e29411b516b1aef764f3fcfd5b024b6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 31 May 2016 20:56:08 -0700 Subject: [PATCH] docs/t: update links to include user-modes.csv Closes #200. --- docs/technical/README.md | 2 +- docs/technical/pmodule-spec.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technical/README.md b/docs/technical/README.md index c4ef4cf..ee604af 100644 --- a/docs/technical/README.md +++ b/docs/technical/README.md @@ -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 hooks reference](hooks-reference.md) - [Supported named channel modes](channel-modes.csv) +- [Supported named user modes](user-modes.csv) - [API reference: utils.py](autogen/utils.html) - [API reference: classes.py](autogen/classes.html) ### Future topics (not yet available) - [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) diff --git a/docs/technical/pmodule-spec.md b/docs/technical/pmodule-spec.md index a99c917..3696561 100644 --- a/docs/technical/pmodule-spec.md +++ b/docs/technical/pmodule-spec.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. -You can see a list of supported (named) channel modes [here](channel-modes.csv). \ No newline at end of file +You can see a list of supported (named) channel modes [here](channel-modes.csv), and a list of user modes [here](user-modes.csv).