From 758440776c8e12192682222953649da0baefaba4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 31 May 2022 01:13:29 -0400 Subject: [PATCH] guess this is too restrictive --- honk.go | 1 - 1 file changed, 1 deletion(-) diff --git a/honk.go b/honk.go index b7b6619..83b9d40 100644 --- a/honk.go +++ b/honk.go @@ -141,7 +141,6 @@ func (mention *Mention) IsPresent(noise string) bool { if idx != -1 { nick = nick[:idx] } - nick += "<" return strings.Contains(noise, ">@"+nick) || strings.Contains(noise, "@"+nick) }