How to use Tag in my IRC App

Hey, I’m using Unity to make a Small app to use on my Twitch Stream.
I’m reading the chat to spawn small blob who represent the people in the Chat.

I saw that I can Receive TAG to look at people Badges

How do I tell the Server that I want to receive that Badge Tags ?
This is what I receive right now

:thepoinball!thepoinball@thepoinball.tmi.twitch.tv PRIVMSG #thepoinball :This is a Test

This is my current Csharp Reader

reader = new StreamReader(twitchClient.GetStream());

Before joining any rooms

send

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

Example order of stuff

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