- 新增配置项 onebot.message_command_policy

- 新增 CQCommand 阻断策略的自定义配置功能
- 修复 CQAfter 无法正常使用的 bug #53
This commit is contained in:
2021-12-07 13:21:29 +08:00
parent 9ceaecdc02
commit 570e2108dd
4 changed files with 45 additions and 4 deletions

View File

@@ -123,7 +123,8 @@ $config['onebot'] = [
'status' => true,
'single_bot_mode' => false,
'message_level' => 99,
'message_convert_string' => true
'message_convert_string' => true,
'message_command_policy' => 'interrupt',
];
/** 一个远程简易终端使用nc直接连接即可但是不建议开放host为0.0.0.0(远程连接) */