执行用户命令的插件,消息通知可否增加一个关键字判别,感谢大佬
Closed this issue · 1 comments
yangtao521 commented
有些命令需要频繁执行,但大部分时候是无用的,可否增加个识别到关键字才发通知的功能。比如
yangtao521 commented
比如
if self._notify and self._msgtype: 修改为
if self._notify and self._msgtype and last_output.find("success"):
关键字通过配置页面设置