diff --git a/rrcd/service.py b/rrcd/service.py index 06fad6c..708e593 100644 --- a/rrcd/service.py +++ b/rrcd/service.py @@ -2041,10 +2041,11 @@ class HubService: link, src=self.identity.hash, text="not authorized", - room=room, + room=None, ) return True - self._emit_notice(outgoing, link, room, self._format_stats()) + # Send response without room field for hub-level command + self._emit_notice(outgoing, link, None, self._format_stats()) return True if cmd in ("who", "names"):