I'm disappointed.

First, go to Tools > Options
Inside there, select Connect > Options > Perform
Add these 3 things there.
Code:
/raw CAP REQ :twitch.tv/membership
/raw CAP REQ :twitch.tv/commands
/raw CAP REQ :twitch.tv/tags



In a remote file, add the following code.
Code:
on *:TEXT:*:#: {
  if ($nick == $me) {
  msg # Room ID: $msgtags(room-id).key
  }
}


Say something in chat, but you cannot say it from the mIRC program of the bot itself, else it won't trigger.

It's better to have the account logged in on Twitch and just go to your channel and say it there.

The bot will then respond with the Channel ID/Room ID.

That's all you have to do, it's not that hard.

Last edited by Fonic_Artes; 20/09/16 04:06 AM. Reason: Added Image to Show Where to Add CAP REQS