Fix reboot notice scope and preserve raw slash command input

This commit is contained in:
Jage9
2026-02-27 19:25:36 -05:00
parent ef5fa024c0
commit 0867e7b4c1
4 changed files with 13 additions and 10 deletions

View File

@@ -1686,7 +1686,8 @@ class SignalingServer:
return True
reboot_message = remainder if separator else ""
if not self._schedule_reboot(client.username or client.nickname, reboot_message):
await self._broadcast(
await self._send(
client.websocket,
BroadcastChatMessagePacket(
type="chat_message",
message="Server reboot already in progress.",