ZeroBot
ZeroBot copied to clipboard
一个基于onebot协议的机器人Go开发框架
# nextBot/main runtime.morestack: nosplit stack overflow 792 assumed on entry to github.com/wdvxdr1123/ZeroBot.(*eventRing).processEvent (nosplit) 568 after github.com/wdvxdr1123/ZeroBot.(*eventRing).processEvent (nosplit) uses 224 560 on entry to runtime.typedmemmove (nosplit) 512 after runtime.typedmemmove (nosplit) uses...
https://github.com/FloatTech/ZeroBot-Plugin/issues/680
太好用了!无言表述自己的心情。
就是在 at 消息段后面格外添加一个空格 之前 go-cqhttp 默认会添加空格,但现在的 LLOneBot 不会 以及将其添加为配置项
Matcher结构体中有Block和Break属性,但在OnXxx API中未暴露相关选项。如果有使用需求,只能自己重写OnXxx构建Matcher吗