diff --git a/web.go b/web.go index 83f4778..bc48235 100644 --- a/web.go +++ b/web.go @@ -2012,9 +2012,6 @@ func webhydra(w http.ResponseWriter, r *http.Request) { templinfo["ServerMessage"] = "honks in convoy: " + c case "honker": xid := r.FormValue("xid") - if strings.IndexByte(xid, '@') != -1 { - xid = gofish(xid) - } honks = gethonksbyxonker(userid, xid, wanted) msg := templates.Sprintf(`honks by honker: %s`, xid, xid) templinfo["ServerMessage"] = msg