Code:
on *:input:?:{
  var %preencode = $1-, %encoded = $encode($1-,m), %trixarian = $qt(%encoded)
  echo -a 7You Said:3 %preencode
  .msg $active $noqt(%trixarian)
  halt
}
on ^*:TEXT:*:?:{
  if ($2 == $null) {
    var %decoded = $decode($1,m), %notreallyhere = $qt(%decoded)
    echo $nick 7Decrypted:3 $noqt(%notreallyhere)
    haltdef
  }
}


Invision Support
#Invision on irc.irchighway.net