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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
global.consoleHelper.printChat(`${CurrentUser.username} in ${CurrentPacket.data.target} sent: ${CurrentPacket.data.message}`);
|
||||||
|
|
||||||
const osuPacketWriter = new osu.Bancho.Writer;
|
const osuPacketWriter = new osu.Bancho.Writer;
|
||||||
osuPacketWriter.SendMessage({
|
osuPacketWriter.SendMessage({
|
||||||
sendingClient: CurrentUser.username,
|
sendingClient: CurrentUser.username,
|
||||||
|
|
Loading…
Reference in a new issue