is reading chat working?
syrianrue opened this issue · 1 comments
syrianrue commented
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
Some servers have different chat formats, see the chat patterns example
…On Tue, Feb 28, 2017, 10:08 syrianrue ***@***.***> 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
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPN_txT_NRSdYx_ReUZTbO1f7kYBAzZks5rg-QCgaJpZM4MOIxX>
.