all repos — honk @ 724f98d69d0ae219f4f656b97376658360474e49

my fork of honk

clapping is fucking obnoxious
Ted Unangst tedu@tedunangst.com
Fri, 17 May 2019 16:11:40 -0400
commit

724f98d69d0ae219f4f656b97376658360474e49

parent

a16ffbfb7006fd366bfb38591e6b674c745f9ca1

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M skulduggery.goskulduggery.go

@@ -42,6 +42,8 @@ bigbangshitz + lilbangshitz +

bigblokshitz + "][ '\ufe0f]?){3,}") +var re_moredumb = regexp.MustCompile(`[👏]`) + // this may not be especially fast func unpucker(s string) string { fixer := func(r string) string {

@@ -79,6 +81,8 @@ }

return string(x) } s = re_alltheshitz.ReplaceAllStringFunc(s, fixer) + + s = re_moredumb.ReplaceAllString(s, ".") zw := false for _, c := range s {