From 8e7cffc01640dc3fca92dd4424ab9fd92f76fefb Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 12 Nov 2016 12:20:56 -0800 Subject: [PATCH] docs/automode: update perms list & caveat section - Automode remote management and its relevant permissions were added in the last commit (8ff292bd1f314d50c2a2f8355ac2ca171f62b7f2). - Autoop on join for services bots was implemented in 0cce6ca4885c986e09b4afba78a416cf9016538b. --- docs/automode.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/automode.md b/docs/automode.md index b247124..46a8ae0 100644 --- a/docs/automode.md +++ b/docs/automode.md @@ -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. +Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist for cross-network manipulation (e.g. `automode.remotemanage.*`) + ## Caveats -- Service bot joining and Relay are not always 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. +- Service bot joining and Relay don't always behave consistently: https://github.com/GLolol/PyLink/issues/265