Hi, First of all If say something stupid-- Forgive me, I am new to scripting and new to mIRC, So I am trying to create a custom TWITCH bot.

Now I have used nightbot before, And I can't figure one command out, On nightbot the command was !splat = @user@ has splatted @touser@ with sticky glue, I can figure out the $nick, But when I try and get the @touser@ I believe it would be $$2 however when I put that nothing happens, This is my current command it looks a little odd since I have been experimenting

on *:TEXT:splat:#: { msg $chan $nick has splatted $$2 with sticky glue
}