that was just an eg but if you realy need it ok

creates a file (NotePad) and named wdic.txt and write in it

word the defenition here
dont don't
isnt is not

now take this part and put it into remote

Code:
on *:input:*:{
  if $left($1,1) != / {
    var %x 1
    while ($gettok($1-,%x,32)) var %v $v1,%t %t $iif($read(wdic.txt,s,$(,$+(%,v))),$v1,$(,$+(%,v))),%x %x + 1
    msg $active %t
    haltdef
  }
}


WorldDMT