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!