修复自己艾特自己会死循环的问题

This commit is contained in:
chenzhenkun
2023-09-01 18:39:31 +08:00
parent b213ba541d
commit 89f438208a

View File

@@ -103,7 +103,7 @@ class ChatChannel(Channel):
flag = True
if match_prefix:
content = content.replace(match_prefix, "", 1).strip()
if context["msg"].is_at:
if context["msg"].is_at and context["msg"].to_user_id != context["msg"].actual_user_id:
logger.info("[WX]receive group at")
if not conf().get("group_at_off", False):
flag = True