From de838f45fc69318430965e9d2bbecee804def234 Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 29 Nov 2023 20:37:01 +0800 Subject: [PATCH] =?utf8?q?Add=20=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8BDM=5FI?= =?utf8?q?NTERACTION?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Msg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/Reply/Msg.go b/Reply/Msg.go index bfec084..81f255b 100644 --- a/Reply/Msg.go +++ b/Reply/Msg.go @@ -17,6 +17,7 @@ var msglog = c.C.Log.Base(`Msg`) // Msg类型数据处理方法map var Msg_map = map[string]func(replyF, string){ + `DM_INTERACTION`: nil, //他们都在说 `BENEFIT_CARD_CLEAN`: nil, `WEALTH_NOTIFY`: replyF.wealth_notify, //荣耀等级提示 `LOG_IN_NOTICE`: replyF.log_in_notice, //登录提示 -- 2.39.2