In that case...
Code:
on ^*:TEXT:*:*:{
  if ( $1 != 31173 ) { return }
  haltdef
  ...code here to decode the text and echo it...
}