kongge fix a bug

This commit is contained in:
xtaodada 2021-06-28 13:47:32 +08:00
parent 9d06e5ae47
commit 37840dd9ef
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ except ImportError:
@listener(is_plugin=True, outgoing=True, ignore_edited=True)
async def kongge(context):
if jieba_imported and context.text and not context.via_bot:
if jieba_imported and context.text and not context.via_bot and not context.forward:
if context.text.startswith('-') or context.text.startswith('/'):
return
seg_list = jieba.cut(context.text)

View File

@ -522,7 +522,7 @@
},
{
"name": "kongge",
"version": "1.03",
"version": "1.04",
"section": "chat",
"maintainer": "xtaodada",
"size": "4.0 kb",