koishijs / koishi-plugin-dialogue

Dialogue System for Koishi
https://dialogue.koishi.chat
MIT License
6 stars 4 forks source link

以 @bot 开头的消息无法正确触发仅前缀匹配的问答 #23

Closed dragon-fish closed 1 year ago

dragon-fish commented 1 year ago

从某个版本开始, probA=1 probS=0的问答无法通过 @bot 触发,与较早版本中的行为不一致

如何复现

image

期待行为

最后一个消息能触发回答

asasdsaweasd commented 1 year ago

想问一下这个问题定位到了吗,我也遇到这个问题了

shigma commented 1 year ago

暂时产能不足,估计两周左右修。

asasdsaweasd commented 1 year ago

暂时产能不足,估计两周左右修。

好的,辛苦了

shigma commented 1 year ago

已修复,将于下个版本实装。

asasdsaweasd commented 1 year ago

想问一下

await u3g1.shouldReply(`<at id="${app.mock.bots[0].selfId}"/> foo`, 'bar')

可以匹配到

<at id="机器人qq" name="机器人的群昵称" />

吗 从red获取到at的是带name的

shigma commented 1 year ago

可以

asasdsaweasd commented 1 year ago

好的 感谢