all repos — honk @ 04122e8632d7c2281616b8b310c7d601b7b00c84

my fork of honk

remove the unfinished peep command
Ted Unangst tedu@tedunangst.com
Sat, 19 Oct 2019 22:53:12 -0400
commit

04122e8632d7c2281616b8b310c7d601b7b00c84

parent

36f3f3f5a152e856e2f495155825a1e05e0522cc

2 files changed, 0 insertions(+), 19 deletions(-)

jump to
M activity.goactivity.go

@@ -369,23 +369,6 @@ }

} } -func peeppeep() { - user, _ := butwhatabout("htest") - honkers := gethonkers(user.ID) - for _, f := range honkers { - if f.Flavor != "peep" { - continue - } - log.Printf("getting updates: %s", f.XID) - var box *Box - ok := boxofboxes.Get(f.XID, &box) - if !ok { - log.Printf("error getting outbox") - continue - } - gimmexonks(user, box.Out) - } -} func whosthere(xid string) ([]string, string) { obj, err := GetJunk(xid) if err != nil {
M honk.gohonk.go

@@ -188,8 +188,6 @@ log.Printf("unknown user")

return } ping(user, targ) - case "peep": - peeppeep() case "run": serve() case "test":