@ -2175,7 +2175,7 @@ func jobGetStash(j Job) {
out := "Stash:\n"
for k, v := range p.Stash {
out = fmt.Sprintf(" %d : %d\n", k, v)
out = fmt.Sprintf("%s %d : %d\n", out, k, v)
}
c := TGCommand{
The note is not visible to the blocked user.