fmt.Fprint(w,"Seems like captcha failed, you didn't complete the captcha or you are a bot. Please try again.\nPlease note that your IP has been logged in our systems for manual review to check if you're an abusive user. If you're seen as abusive, you will be blacklisted.\nYour message has not been sent.")
webhook:=shoutrrr.Send(config.ShoutrrrURL(),"IP "+utils.GetUserIP(r)+" failed to complete the captcha.\nhttps://abuseipdb.com/check/"+utils.GetUserIP(r))
ifwebhook!=nil{
log.Println("[Segfautils] ✖ Failed to send webhook")
fmt.Fprintf(w,"Thanks for your message, and thanks for doing the captcha!\nPlease ignore how different this page looks to the page you were on earlier. I'll figure it out eventually!\n%#+v",hcaptchaResp)
shoutrrr:=shoutrrr.Send(config.ShoutrrrURL(),"IP "+utils.GetUserIP(r)+"\nFrom "+r.FormValue("email")+" with feedback type "+r.FormValue("commentType")+":\n"+"**"+r.FormValue("message")+"**\n https://abuseipdb.com/check/"+utils.GetUserIP(r))
ifshoutrrr!=nil{
log.Println("[Segfautils] ✖ Failed to send webhook")