Chatbot connecting but not receiving inputs

Hello!

I’m writing a new chatbot client inside a Unity WebGL build using a Javascript plugin.

The chatbot client connects and successfully sends a message to the chat room.

But when I’m typing something on the chat (tested with two different users), no events are being received on the chatbot client.
I’m using a simple WebSocket and connecting to the chat with wss://irc-ws.chat.twitch.tv:443

Channel name is lowercase letters (identical to the actual channel is connecting to).

What could be wrong?

You did

JOIN #channelname

and not

JOIN channelname

Jsut to check a usual suspect?

Yeah, that was it! Thanks a lot, i was looking all the code and missed that!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.