From a0e304b67d8b4fa0a5eb2396c49e9accd650294f Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 27 Jan 2020 12:31:32 +0800 Subject: [PATCH] test --- rules.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.go b/rules.go index 2506b70..d3e559f 100644 --- a/rules.go +++ b/rules.go @@ -57,7 +57,7 @@ func resetMsgParsingRules() error { r = MessageParsingRule{ Priority: 9998, Description: fmt.Sprintf("Specific item craft %s", o.Code), - Rule: fmt.Sprintf("^(?P%s)( (?P[0-9]+){0,1}$", regexp.QuoteMeta(o.Craft.Command)), + Rule: fmt.Sprintf("^(?P%s)( (?P[0-9]+){0,1}$", regexp.QuoteMeta(o.Craft.Command)), MsgTypeID64: cacheObjSubType[`msg_bot_craft_item`], ChatID64: cfg.Bot.Mainchat, SenderUserID64: 0, @@ -66,7 +66,7 @@ func resetMsgParsingRules() error { r = MessageParsingRule{ Priority: 9998, Description: fmt.Sprintf("Specific item craft %s", o.Code), - Rule: fmt.Sprintf("^(?P%s)( (?P[0-9]+){0,1}$", regexp.QuoteMeta(o.Craft.Command)), + Rule: fmt.Sprintf("^(?P%s)( (?P[0-9]+){0,1}$", regexp.QuoteMeta(o.Craft.Command)), MsgTypeID64: cacheObjSubType[`msg_bot_craft_item`], ChatID64: cfg.Bot.Admin, SenderUserID64: cfg.Bot.Admin,