3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 15:44:06 +01:00

docs/automode: update perms list & caveat section

- Automode remote management and its relevant permissions were added in the last commit (8ff292bd1f).
- Autoop on join for services bots was implemented in 0cce6ca488.
This commit is contained in:
James Lu 2016-11-12 12:20:56 -08:00
parent 8ff292bd1f
commit 8e7cffc016

View File

@ -67,7 +67,8 @@ By default, Automode integrates with Relay by only allowing access lists to be c
- `automode.savedb`: ability to save the automode DB. - `automode.savedb`: ability to save the automode DB.
Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist for cross-network manipulation (e.g. `automode.remotemanage.*`)
## Caveats ## Caveats
- Service bot joining and Relay are not always consistently: https://github.com/GLolol/PyLink/issues/265 - Service bot joining and Relay don't always behave consistently: https://github.com/GLolol/PyLink/issues/265
- Automode does not yet auto-op itself on join, which may cause issues on IRCds that do not allow mode overrides from remote servers (e.g. P10). This can be worked around by U-Lining the PyLink server.