From 48f30aaed611ac2602bc3da1bc7e287f8d116e19 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 10 Mar 2025 15:14:39 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E5=8A=A0=E7=BE=A4=E6=8F=90?= =?UTF-8?q?=E9=86=92=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index d6412fc..178f1c0 100644 --- a/robot.py +++ b/robot.py @@ -326,7 +326,7 @@ class Robot(Job): # TODO 群人员添加也是消息类型10000的消息 if msg.type == 10000: self.group_add.handle_message(msg) - + return result = self.gmc.process_message(msg.roomid, msg.xml) # 判断是否没有变化 if "$NO_CHANGE$" not in result: