mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
临时会话会触发伪人模式的bug
This commit is contained in:
parent
aeeba08893
commit
c0ed3a4a53
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ export class chatgpt extends plugin {
|
||||||
if (!msg || e.msg?.startsWith('#')) {
|
if (!msg || e.msg?.startsWith('#')) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if ((e.isGroup || e.group_id) && !(e.atme || e.atBot || (e.at === e.self_id))) {
|
if ((e.isGroup) && !(e.atme || e.atBot || (e.at === e.self_id))) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if (e.user_id == getUin(e)) return false
|
if (e.user_id == getUin(e)) return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue