Added cmd @block <name> to toggle block / un block user

This commit is contained in:
NigeParis 2026-01-06 15:26:43 +01:00 committed by Maix0
parent 0ef66cdc10
commit 97a7384af7
4 changed files with 38 additions and 6 deletions

View file

@ -374,6 +374,8 @@ async function onReady(fastify: FastifyInstance) {
}
}
});
socket.on('client_entered', (data) => {
// data may be undefined (when frontend calls emit with no payload)