Yep you're right.

Code:
on ^*:text:*:*:{
  echo -bcfilmrt norm $chan $+(|,$nick,|) $1-
  haltdef
}
on *:input:*:{
  if ($istok(channel chat query,$window($active).type,32)) && ((!$istok(/ $readini($mircini,text,commandchar),$left($1,1),32)) || ($ctrlenter) || ($inpaste)) { 
    .msg $active $1- 
    echo -abcfilmrt own $+(|,$me,|) $1-
    haltdef
  }
}