Evaluated proc char c {if [catch {regsub -all {\\*} [decode $::alphabet([string toupper $c])] " "} err] {return [join [string repeat "{ } " 5] \n]} {return $err}}

This commit is contained in:
hastur on #computerchat
2020-10-23 15:07:35 +02:00
committed by FUCK YOU
parent 49d7825eb5
commit 26aecba13b
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
c {if [catch {regsub -all {\\*} [decode $::alphabet([string toupper $c])] " "} err] {return [join [string repeat "{ } " 5] \n]} {return $err}}