aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinusGix <MinusGix@gmail.com>2020-03-12 00:13:29 +0100
committerMinusGix <MinusGix@gmail.com>2020-03-12 00:13:29 +0100
commit3907b05951c1b62d45d4834d218ccc41f29d64c3 (patch)
tree2b93012cbad0d13df0767fd249ce67d5cc350c33
parentMerge pull request #92 from MinusGix/tripInfo (diff)
downloadhackchat-3907b05951c1b62d45d4834d218ccc41f29d64c3.tar.gz
hackchat-3907b05951c1b62d45d4834d218ccc41f29d64c3.zip
Make hash take the correct property
-rw-r--r--server/src/commands/mod/kick.js2
1 files changed, 1 insertions, 1 deletions
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 });
}