And what command is this that YOU execute, becuase I dont execute many, mirc executes alot of them on its own, and thats not me inputing anything.

ex.
on *:NOTICE:*This nickname is registered and protected*:?:if (($nick == NickServ) && ($me == $info($network,$me).nick)) { msg nickserv identify $info($network,$me).pass }


If you really want it to play with the contents of a /MSG or a /SAY then just do
alias MSG { msg $1 $play.with($2-) }
alias SAY ( say $play.with($1-) }