diff --git a/chatbot_core/v1/__init__.py b/chatbot_core/v1/__init__.py index 5e14d89..a55a26b 100644 --- a/chatbot_core/v1/__init__.py +++ b/chatbot_core/v1/__init__.py @@ -209,7 +209,7 @@ def handle_shout(self, user: str, shout: str, cid: str, dom: str, timestamp: str if self.is_prompter: self.log.info(f"Prompter bot got reply: {shout}") # private_cid = self.get_private_conversation([user]) - self.send_shout(resp) + self.send_shout(f"@proctor {resp}") return # Subminds ignore facilitators elif not self._user_is_proctor(user) and user.lower() in self.facilitator_nicks \