Code:
alias echo { signal echo $1- }

Code:
on *:SIGNAL:echo:{
  dostuff
  echo $1-
  orwhatever
}