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

Make hash take the correct property

This commit is contained in:
MinusGix 2020-03-11 18:13:29 -05:00
parent 14c839b0fa
commit 3907b05951

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