What i know you need to use echo, and halt the default text.
Code:
on ^*:text:*:#: {
 haltdef
 echo -mt $chan $+(<,$nick,>) $1-
}