opened 05:19PM - 10 Jul 24 UTC
## 问题
开启 `at` 选项后,bot不再响应其他中间件的内容。
应该是检测 @ 消息的中间件未在结束时调用 next() 函数。
## …环境
```
System:
OS: Linux 6.8 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat)
CPU: (2) x64 Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
Binaries:
Node: 20.12.2
Yarn: 4.1.1
Koishi:
Core: 4.17.9
Console: 5.29.2
Koishi Desktop: 1.1.3
```
## 建议
处理非 @ 消息时,直接调用 next() 函数;
处理 @ 消息时,若没有匹配到指令,则调用 next() 函数。