Skip to content

Commit

Permalink
lol america
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy committed Nov 6, 2024
1 parent 633ea13 commit 84ff541
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
3 changes: 0 additions & 3 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
"goirc/handlers/kinfonet"
"goirc/handlers/linkpool"
"goirc/handlers/mlb"
"goirc/handlers/usvote2024"
"goirc/handlers/weather"
db "goirc/model"
"goirc/web"
Expand Down Expand Up @@ -69,8 +68,6 @@ func addHandlers(b *bot.Bot) {
b.Handle(`^!election`, election.Handle)
b.Handle(`^annie:?(.+)$`, annie.Handle)
b.Handle(`^(.+),? annie.?$`, annie.Handle)
b.Handle(`^!trump`, usvote2024.HandleTrump)
b.Handle(`^!harris`, usvote2024.HandleHarris)

b.Repeat(10*time.Second, handlers.DoRemind)
b.IdleRepeatAfterReset(8*time.Hour, handlers.POM)
Expand Down
78 changes: 0 additions & 78 deletions handlers/usvote2024/usvote2024.go

This file was deleted.

0 comments on commit 84ff541

Please sign in to comment.