log messages sent by users in public channels
This commit is contained in:
parent
eea27b25f8
commit
ac84a10088
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ module.exports = function(CurrentUser, CurrentPacket) {
|
|||
return;
|
||||
}
|
||||
|
||||
global.consoleHelper.printChat(`${CurrentUser.username} in ${CurrentPacket.data.target} sent: ${CurrentPacket.data.message}`);
|
||||
|
||||
const osuPacketWriter = new osu.Bancho.Writer;
|
||||
osuPacketWriter.SendMessage({
|
||||
sendingClient: CurrentUser.username,
|
||||
|
|
Loading…
Reference in a new issue