My issue
When I use CAP REQ :twitch.tv/tags the onMessage event in PircBot never gets called…
Why I need the tags
I want to use the tags so I can get the color of the users name on twitch. I want this so I can use their colors in my bots chat tab.
I believe that’s the path I sent with my applications that use Pircbot. Remove tags from line, split into Map which is now included as a new parameter in onMessage, let the original code handle the rest of the line processing as it originally did since tags are no longer there.
I don’t use super which I don’t think would work correctly anyway. I just remove the tags from the original line first in handleLine and store them in a string which is then passed as an additional parameter in onMessage further down in that function.