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:
parent
14c839b0fa
commit
3907b05951
|
@ -59,7 +59,7 @@ export async function run(core, server, socket, data) {
|
||||||
cmd: 'onlineAdd',
|
cmd: 'onlineAdd',
|
||||||
nick: kicked[i].nick,
|
nick: kicked[i].nick,
|
||||||
trip: kicked[i].trip || 'null',
|
trip: kicked[i].trip || 'null',
|
||||||
hash: kicked[i].userHash,
|
hash: kicked[i].hash,
|
||||||
}, { channel: destChannel });
|
}, { channel: destChannel });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user