From 2932fc6dfd01170fc5f8a51314fd80124efa1c0a Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Wed, 7 Jun 2023 23:23:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(banlist-template.py):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/templates/banlist-template.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/res/templates/banlist-template.py b/res/templates/banlist-template.py index 4b4d2408..dcaf375e 100644 --- a/res/templates/banlist-template.py +++ b/res/templates/banlist-template.py @@ -1,3 +1,13 @@ +# 是否处理群聊消息 +# 为False时忽略所有群聊消息 +# 优先级高于下方禁用列表 +enable_group = True + +# 是否处理私聊消息 +# 为False时忽略所有私聊消息 +# 优先级高于下方禁用列表 +enable_private = True + # 是否启用禁用列表 enable = True