hackchat-server 2.3 update

This commit is contained in:
marzavec
2023-12-27 00:26:49 -08:00
parent fe6685468c
commit 61c0be77d5
52 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export async function run({
core, server, socket, payload,
}) {
// check for spam
if (server.police.frisk(socket.address, 2)) {
if (server.police.frisk(socket, 2)) {
return server.reply({
cmd: 'warn',
text: 'You are sending invites too fast. Wait a moment before trying again.',