refactor command handler

This commit is contained in:
kc1awv
2026-01-07 06:43:22 -05:00
parent 6192241a32
commit f6b924439a
3 changed files with 1112 additions and 1052 deletions
+1107
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -650,7 +650,7 @@ class MessageRouter:
cmdline,
room,
)
handled = self.hub._handle_operator_command(
handled = self.hub.command_handler.handle_operator_command(
link, peer_hash=peer_hash, room=room, text=body, outgoing=outgoing
)
if handled:
+4 -1051
View File
File diff suppressed because it is too large Load Diff