all repos — honk @ 4d1e961385e03e17e6953f94ba3330c7225ed88b

my fork of honk

make the length limit a bit larger
Ted Unangst tedu@tedunangst.com
Sat, 05 Oct 2019 13:53:41 -0400
commit

4d1e961385e03e17e6953f94ba3330c7225ed88b

parent

5ae93cf80e45ac214f544ef27218ad5b827106a7

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

jump to
M fun.gofun.go

@@ -84,7 +84,7 @@ } else if h.Precis == "unspecified horror" {

h.Precis = "" } } - if len(h.Noise) > 4000 && h.Open == "open" { + if len(h.Noise) > 6000 && h.Open == "open" { if h.Precis == "" { h.Precis = "really freaking long" }