From fae3458bcf806cbae9a2b8f691a2556082ec98ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 13:05:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_chat/chat.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin_chat/chat.go b/plugin_chat/chat.go index 9f9d2f98..0abc48ad 100644 --- a/plugin_chat/chat.go +++ b/plugin_chat/chat.go @@ -14,15 +14,12 @@ import ( "github.com/FloatTech/zbputils/control/order" ) - var ( poke = rate.NewManager(time.Minute*5, 8) // 戳一戳 engine = control.Register("chat", order.AcquirePrio(), &control.Options{ DisableOnDefault: false, Help: "chat\n- [BOT名字]\n- [戳一戳BOT]\n- 空调开\n- 空调关\n- 群温度\n- 设置温度[正整数]\n-", }) - - ) func init() { // 插件主体