If you're trying to target a user like for instance this script right here:

on 1:connect: { raw CAP REQ :twitch.tv/membership }

on 1:text:*subscribed*:#mattachewowns:{
if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan chewH $1 has just subscribed! chewHype }
elseif ($nick == twitchnotify) && ( $4 isnum ) { describe $chan chewH $1 has subscribed for $4 months in a row! chewHype }
}


I need the $1 to have the right $msgtag but have no idea how. I did $msgtag with replacing $nick but don't know how to do it with replacing $1