mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
update to version 2.5.4 (buid 421)
This commit is contained in:
@@ -28,8 +28,8 @@ class ConsoleApplication extends Application
|
||||
{
|
||||
private static $obj = null;
|
||||
|
||||
const VERSION_ID = 420;
|
||||
const VERSION = "2.5.3";
|
||||
const VERSION_ID = 421;
|
||||
const VERSION = "2.5.4";
|
||||
|
||||
/**
|
||||
* @throws InitException
|
||||
|
||||
@@ -184,7 +184,6 @@ class OnWorkerStart implements SwooleEvent
|
||||
$obj->level = $obb_onebot["message_level"] ?? 99999;
|
||||
$obj->rule = 'connectIsQQ()';
|
||||
EventManager::addEvent(OnMessageEvent::class, $obj);
|
||||
zm_dump(EventManager::$events[OnMessageEvent::class]);
|
||||
if ($obb_onebot["single_bot_mode"]) {
|
||||
LightCacheInside::set("connect", "conn_fd", -1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user