From 3907b05951c1b62d45d4834d218ccc41f29d64c3 Mon Sep 17 00:00:00 2001 From: MinusGix Date: Wed, 11 Mar 2020 18:13:29 -0500 Subject: Make hash take the correct property --- server/src/commands/mod/kick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/commands/mod/kick.js b/server/src/commands/mod/kick.js index 35fd2df..cf1ff75 100644 --- a/server/src/commands/mod/kick.js +++ b/server/src/commands/mod/kick.js @@ -59,7 +59,7 @@ export async function run(core, server, socket, data) { cmd: 'onlineAdd', nick: kicked[i].nick, trip: kicked[i].trip || 'null', - hash: kicked[i].userHash, + hash: kicked[i].hash, }, { channel: destChannel }); } -- cgit v1.2.1