all repos — honk @ b498518b13d3fa6840662e0bf1ff5ba6bba3270c

my fork of honk

guess this is too restrictive
Ted Unangst tedu@tedunangst.com
Tue, 31 May 2022 01:13:29 -0400
commit

b498518b13d3fa6840662e0bf1ff5ba6bba3270c

parent

79d3e5e0dba858ca533d38976328017a00dcfc57

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M honk.gohonk.go

@@ -141,7 +141,6 @@ idx := strings.IndexByte(nick, '@')

if idx != -1 { nick = nick[:idx] } - nick += "<" return strings.Contains(noise, ">@"+nick) || strings.Contains(noise, "@<span>"+nick) }