mIRC Homepage
Posted By: Kex CAP REQ - 14/10/18 07:53 PM
Have some trouble with CAP REQ on twitch, from tags only show Usernotice and Clearchat and responds to them accordingly,i want recieve tag Privmsg but he is not show in status window. all tags loaded
Code:
 
raw CAP REQ :twitch.tv/membership
raw CAP REQ :twitch.tv/commands
raw CAP REQ :twitch.tv/tags"

any help? thanks
Posted By: westor Re: CAP REQ - 14/10/18 08:00 PM
Try use these, i think you must remove the " character next to the tags word to work.

Code:
raw CAP REQ :twitch.tv/membership 
raw CAP REQ :twitch.tv/commands 
raw CAP REQ :twitch.tv/tags 
Posted By: Kex Re: CAP REQ - 16/10/18 02:45 PM
I have clearly Perform commands(Options - Perform) without " that just mistype at post
Posted By: Raccoon Re: CAP REQ - 16/10/18 07:50 PM
Originally Posted By: Kex
Code:
 
raw CAP REQ :twitch.tv/membership
raw CAP REQ :twitch.tv/commands
raw CAP REQ :twitch.tv/tags

tags only show Usernotice and Clearchat and responds to them accordingly
i want recieve tag Privmsg but he is not show in status window


I don't know anything about Twitch or the CAP requests that you need to make to get the things you want. Maybe you aren't requesting the correct tags?

However, instead of during Performs, try sending these commands in an On LOGON script event.

Code:
On *:LOGON:*: {
  if ($network == ...) {
    raw CAP REQ :twitch.tv/...
    raw CAP REQ :twitch.tv/...
  }
}
Posted By: Kex Re: CAP REQ - 17/10/18 02:39 PM
Nope, all is correct, https://dev.twitch.tv/docs/irc/tags/, but privmsg not show for some reason. (Twitch IRC: Tags, Twitch IRC: Commands, Twitch IRC: Membership) all is loaded
Posted By: Raccoon Re: CAP REQ - 19/10/18 01:44 AM
Monitor /debug @debug

Make sure you don't have everybody /ignored. Check /ignore -l otherwise just use /ignore -r to clear your ignore list.
Posted By: Kex Re: CAP REQ - 24/10/18 04:33 PM
ignore list is empty eek
© mIRC Discussion Forums