Well, for the green part you can probably use something like:

Code:
on ^*:TEXT:*:*:{
  if ($address($nick,2) == $address($me,2)) {
    echo 09 -tm $target $+(<,$nick,>) $1-
    haltdef
  }
}