mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-06-11 15:23:31 -07:00
send operator commands with room=None instead of room=room
This commit is contained in:
+3
-2
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user