mirror of https://github.com/velour/catbase.git
mayi: add a should clause
This commit is contained in:
parent
c5a13116fa
commit
d036aacc0a
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue