Skip to content

Commit

Permalink
Restore pipehealth command
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy committed May 17, 2024
1 parent 6a1f6ed commit f644a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func addHandlers(b *bot.Bot) {
b.Handle(`^,(.+)$`, handlers.CreateNote)
b.Handle(`^([^\s:]+): (.+)$`, handlers.DeferredDelivery)
b.Handle(`^!feedme`, handlers.AnonLink)
//b.Handle(`^!pipehealth\b`, handlers.AnonStatus)
b.Handle(`^!pipehealth\b`, handlers.AnonStatus)
b.Handle(`(https?://\S+)`, handlers.Link)
b.Handle(`^!day`, day.NationalDay)
b.Handle(`^!week`, day.NationalWeek)
Expand Down

0 comments on commit f644a81

Please sign in to comment.