My bad. This is it:
Code:
on *:INPUT:#: {
  if ($left($1,1) != /) && (!$ctrlenter) {
    echo -t # $+(<,$nick(#,$me).pnick,>) $+ 4,0 $+ $1-
    .msg # $1- | halt
  }
}