Skip to content

Commit

Permalink
Merge pull request hack-chat#96 from MinusGix/fixKickHash
Browse files Browse the repository at this point in the history
Make hash take the correct property
  • Loading branch information
marzavec authored Mar 12, 2020
2 parents 44ce7aa + 3907b05 commit 9284f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/commands/mod/kick.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}

Expand Down

0 comments on commit 9284f27

Please sign in to comment.