Code:
ON 1:INPUT:#:{
  if (($1 == /me) && ($2)) {
    echo -a THIS_IS_TEST_TEXT $2-
    halt
} }


Removing the ^ from your script makes it work.