Raw CAP REQ :twitch.tv/tags issues

I am attempting to do some regex manipulation of twitch chat to make it look more like the website’s chat. However, I am having issues getting “raw CAP REQ :twitch.tv/tags” to work. The “raw CAP REQ :twitch.tv/membership” and “raw CAP REQ :twitch.tv/commands” work just fine, but I am not receiving any feedback from the tags command.

Here is my perform list:

raw CAP REQ :twitch.tv/membership
raw CAP REQ :twitch.tv/commands
raw CAP REQ :twitch.tv/tags

All execute on server connection. I am running mIRC v7.45 if that makes a difference. I still receive normal messages even after sending the “/tags” command. Suggestions?

UPDATE
I ran the command “/debug @raw” to see if I am getting incoming messages, and it seems that the tags command did work:

-> tmi.twitch.tv CAP REQ :twitch.tv/tags
<- :tmi.twitch.tv CAP * ACK :twitch.tv/tags

I’m for some reasons not receiving the raw messages from twitch though. I’ll keep debugging.

The tags won’t show up in chat unless you create a script that does it. See /help $msgtags for more info.

A search of the forum throws this up that may help mIRC IRCv3 tags: help!

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