From ea0cf884dd55005a6530368ab2aaa8d0430c892e Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 19 May 2024 13:44:34 +0000 Subject: [PATCH] =?utf8?q?Add=20msg=20=E5=B8=AE=E5=8A=A9=E4=B8=BB=E6=92=AD?= =?utf8?q?=E6=89=93=E6=A6=9C?= 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 a258e96..38638fa 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){ + `POPULAR_RANK_GUIDE_CARD`: nil, //投喂一个人气票帮助主播打榜 `PK_BATTLE_SETTLE_NEW`: nil, `LIKE_GUIDE_USER`: nil, //主播@你:点点赞支持一下我吧 `ROOM_LOCK`: replyF.room_lock, //房间封禁提示 -- 2.39.2