diff --git a/fun.go b/fun.go index 9f303c1..265229f 100644 --- a/fun.go +++ b/fun.go @@ -84,7 +84,7 @@ func reverbolate(userid int64, honks []*Honk) { 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" }