diff --git a/honk.go b/honk.go index 4179c73..47dc110 100644 --- a/honk.go +++ b/honk.go @@ -845,7 +845,7 @@ func savehonk(w http.ResponseWriter, r *http.Request) { XID: xid, Date: dt, } - if noise[0] == '@' { + if noise != "" && noise[0] == '@' { honk.Audience = append(grapevine(noise), thewholeworld) } else { honk.Audience = prepend(thewholeworld, grapevine(noise))