From ceffa05802e7fc821e34de8f8e15048a1640cbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 29 May 2024 11:36:04 +0800 Subject: [PATCH] fix --- src/onebot11/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index 2a1fa194..1e5124c5 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -193,6 +193,7 @@ export class NapCatOnebot11 { msgListener.onKickedOffLine = (Info: KickedOffLineInfo) => { // 下线通知 //postOB11Event + selfInfo.online = false; }; msgListener.onRecvMsg = (msg) => { // console.log('ob11 onRecvMsg', JSON.stringify(msg, null, 2));