diff --git a/plugins/plugin_getnews/getnews.py b/plugins/plugin_getnews/getnews.py index f4074eba9..7c12b5756 100644 --- a/plugins/plugin_getnews/getnews.py +++ b/plugins/plugin_getnews/getnews.py @@ -55,7 +55,7 @@ def on_handle_context(self, e_context: EventContext): e_context['reply'] = reply e_context.action = EventAction.BREAK_PASS # 事件结束,并跳过处理context的默认逻辑 - if content == "请重试": + if content == "请重试" OR re.match(r"。.*", content): e_context.action = EventAction.BREAK_PASS # 事件结束,并跳过处理context的默认逻辑 if re.search(r"微博|weibo|wb", content) and len(content) <= 5: