Added cmd @block <name> to toggle block / un block user
This commit is contained in:
parent
0ef66cdc10
commit
97a7384af7
4 changed files with 38 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue