From: qydysky Date: Wed, 29 Nov 2023 12:37:01 +0000 (+0800) Subject: Add 消息类型DM_INTERACTION X-Git-Tag: v0.11.9~2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=de838f45fc69318430965e9d2bbecee804def234;p=bili_danmu%2F.git Add 消息类型DM_INTERACTION --- 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, //登录提示