From 9d1ae9a07274d06e88c6bd94e25f19488557f080 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 14 Dec 2022 23:25:30 +0100 Subject: [PATCH] modules/CommandFSInfAccess.py --- modules/CommandFSInfAccess.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/CommandFSInfAccess.py b/modules/CommandFSInfAccess.py index 4868756..d4a5c68 100644 --- a/modules/CommandFSInfAccess.py +++ b/modules/CommandFSInfAccess.py @@ -86,6 +86,11 @@ class CommandFSInfAccess(AbstractCommand): dbg_post = self.bot.debug_chan(cleandoc(""" ## ``/fsinf-access sync`` + This will add people to various channels unless they are opted out already: + + run **``/fsinf-access opt-out``** in the channel to opt out from + + run **``/fsinf-access opt-in``** to list channels, you are opted out of. + + run **``/fsinf-access opt-in ``** to opt-in again, then run **``/fsinf-access sync``** to apply this change. + These accounts were detected to be fsinf-intern by being in ~off-topic: ``"""+str(sorted([all_users[u] for u in fsinf_intern_userids]))+"""`` -- 2.43.0