From 4d880a82908ab09bf40f9d2ff928ce1ca747c6b1 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 10 Jul 2019 22:44:58 -0400 Subject: [PATCH] remove the unspecified horror if not collapsing --- fun.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fun.go b/fun.go index 88ec368..a135595 100644 --- a/fun.go +++ b/fun.go @@ -68,6 +68,8 @@ func reverbolate(userid int64, honks []*Honk) { h.Precis = badword } h.Open = "" + } else if h.Precis == "unspecified horror" { + h.Precis = "" } h.HTML, _ = filt.String(h.Noise) emuxifier := func(e string) string {