Identifying emotes in a chat message

Hi:

Is there a simple way to read messages from chat and determine how many emotes the message contains? I am building a bot using Javascript to read each message.

Thanks

Parse the tags in the privmsg and count the emotes in the tags

An example showing how to parse in JS

2 Likes

Thank you. I will try this method.

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