#code off
on *:text:*:#:echo -ic i # Encoded: $$code($1-)
on *:input:#:{
if (/* !iswm $1) && (!$inpaste) && (!$ctrlenter) {
say $$code($1-)
halt
}
}
#code end
alias code {
if ($isid) {
var %i = $len($1),%x
while (%i) {
%x = $iif($mid($1,%i,1) isalpha,$chr($calc($iif($v1 isupper,155,219)-$asc($v1))),$v1) $+ %x
dec %i
}
return %x
}
$iif($1 = on,.enable,.disable) #code
echo -qage Code talk is now $group(#code)
}