nightingu / damebot

bot (framework) for nightingu .
GNU General Public License v3.0
1 stars 4 forks source link

list with private chat #17

Open Ledenel opened 3 years ago

Ledenel commented 3 years ago

list能在私敲damebot的情况下正常的roll和报错

但让他view或者add的时候则不行

不知道是加没加进去

Ledenel commented 3 years ago

应当单双引号不匹配时,能够给出错误提示

not-9cai commented 3 years ago

复现方式: 首先在某个群.r d以锁定 之后私聊dicebot: ,l view (什么都不发生) ,l listname view (回复某个测试项 对 view 测出了 xxx) ,l view listname (卡死)

Ledenel commented 3 years ago

最近发现可能是由于list过长,超出了发送限制导致发送失败。可以做适当限制,或者改进view的显示方式。