hi i had the same bug. balance cmd was working but transfer not. to fix this and additionally ban hacking via enabling negative transfer amounts edit the following: in "transfer" { you have to change: set payee [lindex $textarr 3] set amount [lindex $textarr 2] if {$amount == ""}...