We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daaa08 commit 5407726Copy full SHA for 5407726
BotServer/MsgHandleServer/RoomMsgHandle.py
@@ -73,7 +73,6 @@ def mainHandle(self, msg):
73
Thread(target=self.JoinRoomWelcome, args=(msg,)).start()
74
# 推送群聊和白名单群聊才可以使用群聊总结功能&撤回消息检测功能&发言排行榜功能&定时推送总结
75
Thread(target=self.Rmf.mainHandle, args=(msg,)).start()
76
- Thread(target=self.Gf.mainHandle, args=(msg, )).start()
77
# 黑名单群聊功能
78
elif judgeBlackRoom(roomId):
79
# 超管功能以及管理功能
0 commit comments