From d036aacc0ab5c40d511e570662a40f161cfcbf93 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:12:46 -0500 Subject: [PATCH] mayi: add a should clause --- plugins/mayi/cani.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mayi/cani.go b/plugins/mayi/cani.go index 3c3f225..d1cad03 100644 --- a/plugins/mayi/cani.go +++ b/plugins/mayi/cani.go @@ -13,7 +13,7 @@ type MayIPlugin struct { c *config.Config } -var regex = regexp.MustCompile(`(?i)^(may|can) (?P\S+) (?P.+)`) +var regex = regexp.MustCompile(`(?i)^(should|may|can) (?P\S+) (?P.+)`) func New(b bot.Bot) *MayIPlugin { m := &MayIPlugin{