I'm trying to make a script that copys whatever the target says. But I need a way to set the target so it works.

on 1:text:*:#: { if ($nick == %nick) { msg $chan $1- } }
on 1:text:*:?: { if ($nick == %nick) { msg $nick $1- } }

Isn't working, he's telling me /set %nick nick
But for some reason it's not working can anyone help?


Do the monkey!