Update manager.py

This commit is contained in:
chordfish
2023-03-10 16:17:07 +08:00
committed by GitHub
parent ed33af5638
commit 8916b8a450

View File

@@ -27,7 +27,7 @@ def check_response_rule(text: str):
config = pkg.utils.context.get_config()
if not hasattr(config, 'response_rules'):
return False, ''
rules = config.response_rules
# 检查前缀匹配
if 'prefix' in rules: