1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Merge pull request #96 from MinusGix/fixKickHash

Make hash take the correct property
This commit is contained in:
marzavec 2020-03-12 10:58:28 -05:00 committed by GitHub
commit 9284f27a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });
}