Not receiving msg-id for Notice commands

Hi,

I am checking out the Twitch Irc api and having problems with NOTICE commands.
Somehow they are missing the msg-id tag. Like: @msg-id=slow_off.

:tmi.twitch.tv NOTICE #channel:This room is now in subscribers-only mode.
:tmi.twitch.tv NOTICE #channel:This room is no longer in subscribers-only mode.

:tmi.twitch.tv NOTICE #channel:Now hosting channel2.
:tmi.twitch.tv NOTICE #channel:channel2 has gone offline. Exiting host mode.

I am ofc. sending

CAP REQ :twitch.tv/commands

and getting back

:tmi.twitch.tv CAP * ACK :twitch.tv/commands

as far as I can see.

Anyone have any ideas about the reason for that?

You need to request the tags capability as well as the commands cap to get the msg-id.

2 Likes

Oh, that explains things. Thank you.

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