all repos — honk @ 5dd5cc5102fcbbd7dba985ce2339e96240b34013

my fork of honk

can use function here
Ted Unangst tedu@tedunangst.com
Tue, 21 May 2019 13:57:45 -0400
commit

5dd5cc5102fcbbd7dba985ce2339e96240b34013

parent

0974e669a03327ccd4192421272bdc227ba46ed3

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M fun.gofun.go

@@ -424,9 +424,8 @@ for _, w := range who {

if biters[w] { return true } - m := re_unurl.FindStringSubmatch(w) - if len(m) > 2 { - where := m[1] + where := originate(w) + if where != "" { if biters[where] { return true }