remove unused stuff

This commit is contained in:
Aaron Bieber 2022-04-03 13:41:19 -06:00
parent 049e748c0d
commit ce6902f0dd

View File

@ -2,7 +2,6 @@ package plugins
import (
"fmt"
"math/rand"
"regexp"
"strings"
"time"
@ -35,15 +34,7 @@ func (h *Ban) SetStore(_ PluginStore) {}
// Process does the heavy lifting
func (h *Ban) Process(from, msg string) string {
a := []string{
"omm nom nom nom",
"*puke*",
"MOAR!",
"=.=",
}
rand.Seed(time.Now().Unix())
return a[rand.Intn(len(a))]
return ""
}
// RespondText to botsnack events