diff --git a/kongge.py b/kongge.py index 2b87e0c..e25d922 100644 --- a/kongge.py +++ b/kongge.py @@ -11,7 +11,7 @@ except ImportError: @listener(is_plugin=True, outgoing=True, ignore_edited=True) async def kongge(context): if jieba_imported and context.text: - if context.text.startswith('-'): + if context.text.startswith('-') or context.text.startswith('/'): return seg_list = jieba.cut(context.text) seg_txt = ' '.join(seg_list) diff --git a/list.json b/list.json index a451302..5e2336a 100644 --- a/list.json +++ b/list.json @@ -522,7 +522,7 @@ }, { "name": "kongge", - "version": "1.01", + "version": "1.02", "section": "chat", "maintainer": "xtaodada", "size": "4.0 kb",