Code:
on ^*:TEXT:*:*:{
  (insert code here)
  haltdef
}


The ^ allows you to use haltdef to "halt" the "default" text output
The best way you should do it is to make it check if it's encoded text, and if so, then "haltdef" after it echos the decoded text
but if not, then do NOT haltdef

smile