Nevermind, I have tried the following:

Code:
on *:TEXT:*:#:{
  if ($nick == twitchnotify && *with* iswm $1-) { 
    describe # • $1 Subscribed with Twitch Prime PrimeMe  
  }
}


And this works fine now. Don't really see why this is different then what i originally tried.