mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-06-13 16:23:31 -07:00
refactor command handler
This commit is contained in:
+1107
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user