Update comments

This commit is contained in:
Changhua
2022-09-27 22:26:52 +08:00
parent 5a975f9418
commit a90cf6cccc

View File

@@ -40,8 +40,9 @@ class Robot(BaseRobot):
self.printRawMsg(msg) # 打印信息
# 如果在群里被 @,回复发信人:“收到你的消息了!” 并 @他
if self.isGroupChat(msg): # 是群消息
# 群聊消息
if self.isGroupChat(msg):
# 如果在群里被 @,回复发信人:“收到你的消息了!” 并 @他
if msg.roomId not in self.config.GROUPS: # 不在配置的响应的群列表里,忽略
return