Try this
Code:
on *:text:!right *:#:{
  filter -fk answers.txt _answers  $2- $+ *
  play # answers.tmp
  .remove answers.tmp
}
alias -l _answers { write answers.tmp  $gettok($1,2,32) You knew the answer! }