mIRC Home    About    Download    Register    News    Help

Print Thread
#263951 14/10/18 07:53 PM
K
Kex
Kex
K
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

#263952 14/10/18 08:00 PM
Joined: Dec 2008
Posts: 1,483
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
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 

westor #263972 16/10/18 02:45 PM
K
Kex
Kex
K
I have clearly Perform commands(Options - Perform) without " that just mistype at post

#263980 16/10/18 07:50 PM
Joined: Feb 2003
Posts: 2,737
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,737
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/...
  }
}


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Raccoon #263981 17/10/18 02:39 PM
K
Kex
Kex
K
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

#263994 19/10/18 01:44 AM
Joined: Feb 2003
Posts: 2,737
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,737
Monitor /debug @debug

Make sure you don't have everybody /ignored. Check /ignore -l otherwise just use /ignore -r to clear your ignore list.


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Raccoon #264048 24/10/18 04:33 PM
K
Kex
Kex
K
ignore list is empty eek


Link Copied to Clipboard