From 7a2a8740eef2c44bee64942fb8d9a74651861fe6 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:10:42 +0800 Subject: [PATCH] =?UTF-8?q?pmcaptcha=20=E4=BF=AE=E5=A4=8D=E8=BD=AC?= =?UTF-8?q?=E5=8F=91=E6=B6=88=E6=81=AF=E8=A2=AB=E8=87=AA=E5=8A=A8=E5=BF=BD?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #179 --- pmcaptcha/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmcaptcha/main.py b/pmcaptcha/main.py index 75546ca..21a9e44 100644 --- a/pmcaptcha/main.py +++ b/pmcaptcha/main.py @@ -2612,6 +2612,7 @@ async def initiative_listener(_, msg: Message): outgoing=False, ignore_edited=True, privates_only=True, + ignore_forwarded=False, ) async def chat_listener(_, msg: Message): await Rule(msg.from_user, msg)._run_rules()