rom1504 / MinecraftChat

Minecraft web based chat client
107 stars 29 forks source link

is reading chat working? #10

Closed syrianrue closed 7 years ago

syrianrue commented 7 years ago

while using the chatterbox example, i noticed chat messages wouldnt get logged to the console. whispers would still work fine though. below is the function that should fire when chat updates but its not firing. is it just me or is it happening to others as well?

bot.on('chat', function(username, message) { console.log(username + ": " + message); });

rom1504 commented 7 years ago

Some servers have different chat formats, see the chat patterns example

On Tue, Feb 28, 2017, 10:08 syrianrue notifications@github.com wrote:

while using the chatterbox example, i noticed chat messages wouldnt get logged to the console. whispers would still work fine though. below is the function that should fire when chat updates but its not firing. is it just me or is it happening to others as well?

bot.on('chat', function(username, message) { console.log(username + ": " + message); });

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rom1504/MinecraftChat/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPN_txT_NRSdYx_ReUZTbO1f7kYBAzZks5rg-QCgaJpZM4MOIxX .