mIRC Home    About    Download    Register    News    Help

Print Thread
#263951 14/10/18 07:53 PM
Joined: Oct 2017
Posts: 14
K
Kex Offline OP
Pikka bird
OP Offline
Pikka bird
K
Joined: Oct 2017
Posts: 14
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

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


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
westor #263972 16/10/18 02:45 PM
Joined: Oct 2017
Posts: 14
K
Kex Offline OP
Pikka bird
OP Offline
Pikka bird
K
Joined: Oct 2017
Posts: 14
I have clearly Perform commands(Options - Perform) without " that just mistype at post

Kex #263980 16/10/18 07:50 PM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
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
Joined: Oct 2017
Posts: 14
K
Kex Offline OP
Pikka bird
OP Offline
Pikka bird
K
Joined: Oct 2017
Posts: 14
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

Kex #263994 19/10/18 01:44 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
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
Joined: Oct 2017
Posts: 14
K
Kex Offline OP
Pikka bird
OP Offline
Pikka bird
K
Joined: Oct 2017
Posts: 14
ignore list is empty eek


Link Copied to Clipboard