From ed47fefd63eca07c292930d05209fedeb7978335 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Wed, 9 Nov 2022 20:29:49 +0100
Subject: [PATCH] modules/CommandFSInfAccess.py

---
 modules/CommandFSInfAccess.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/CommandFSInfAccess.py b/modules/CommandFSInfAccess.py
index 840e8af..4868756 100644
--- a/modules/CommandFSInfAccess.py
+++ b/modules/CommandFSInfAccess.py
@@ -89,7 +89,7 @@ class CommandFSInfAccess(AbstractCommand):
                 These accounts were detected to be fsinf-intern by being in ~off-topic:
                 ``"""+str(sorted([all_users[u] for u in fsinf_intern_userids]))+"""``
 
-                Adding active fsinf accounts to these teams (and granting TEAM_ADMIN permissions) and channels unless opted-out:
+                Adding active fsinf accounts to these teams (and granting TEAM_ADMIN permissions) and channels unless opted-out (run ``/fsinf-access opt-out` in the channel to opt out from):
                 ```
                 """)+"\n"+pprint.pformat({self.bot.api.get_team(tid)["name"]:{self.bot.api.get_channel(cid)["name"]:uids for cid,uids in self.fsinf_teams_and_channels[tid].items()} for tid in self.fsinf_teams_and_channels})+"\n"+cleandoc("""
                 ```
-- 
2.43.0