Skip to content

Commit

Permalink
Can trigger with annie at end of message
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy committed Oct 27, 2024
1 parent c334f64 commit cecb629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func addHandlers(b *bot.Bot) {
b.Handle(`^!deauth$`, web.HandleDeauth)
b.Handle(`night`, bedtime.Handle)
b.Handle(`^!election`, election.Handle)
b.Handle(`^annie\b`, annie.Handle)
b.Handle(`(^annie\b)|(\bannie.?$)`, annie.Handle)

b.Repeat(10*time.Second, handlers.DoRemind)
b.IdleRepeatAfterReset(8*time.Hour, handlers.POM)
Expand Down

0 comments on commit cecb629

Please sign in to comment.