Hey,

this works well but it still gives currency bonuses when streamer is hosting other streamer. So I am after that it does not give bonus currencies when it is in hosting mode. Any ideas?



Code:
on *:LOGON:*:{
  raw CAP REQ :twitch.tv/membership
  raw CAP REQ :twitch.tv/tags
  raw CAP REQ :twitch.tv/commands
  /debug @raw
}

on 1:TEXT:*subscribed*:#CHANNELNAME:{
  if ($nick == twitchnotify) { 
    msg $chan !bonus $1 75 
  }
}