all repos — honk @ 5cacee23cdde3009ac4304827b4e52b6c8c5d476

my fork of honk

let's try without the unicrud translation
Ted Unangst tedu@tedunangst.com
Sun, 06 Oct 2019 21:49:04 -0400
commit

5cacee23cdde3009ac4304827b4e52b6c8c5d476

parent

45e90d4d2e57c3a4f5101d14a7dc3a44c991302d

2 files changed, 6 insertions(+), 2 deletions(-)

jump to
M fun.gofun.go

@@ -67,8 +67,8 @@ if h.Oonker != "" {

_, h.Oondle = handles(h.Oonker) } zap := make(map[*Donk]bool) - h.Precis = unpucker(h.Precis) - h.Noise = unpucker(h.Noise) + h.Precis = demoji(h.Precis) + h.Noise = demoji(h.Noise) h.Open = "open" if userid == -1 { if h.Precis != "" {
M skulduggery.goskulduggery.go

@@ -99,6 +99,10 @@ return string(x)

} s = re_alltheshitz.ReplaceAllStringFunc(s, fixer) + return demoji(s) +} + +func demoji(s string) string { s = re_moredumb.ReplaceAllString(s, ".") zw := false