mayi: add a should clause

This commit is contained in:
Chris Sexton 2022-01-03 16:12:46 -05:00
parent c5a13116fa
commit d036aacc0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type MayIPlugin struct {
c *config.Config
}
var regex = regexp.MustCompile(`(?i)^(may|can) (?P<who>\S+) (?P<what>.+)`)
var regex = regexp.MustCompile(`(?i)^(should|may|can) (?P<who>\S+) (?P<what>.+)`)
func New(b bot.Bot) *MayIPlugin {
m := &MayIPlugin{