From 5afc3781a6e519ec55686737db9fba6c6eb4c960 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Oct 2024 17:49:24 +0800 Subject: [PATCH] add some --- base/web/dream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/web/dream.go b/base/web/dream.go index 8f1377b4..ee12011b 100644 --- a/base/web/dream.go +++ b/base/web/dream.go @@ -458,6 +458,7 @@ func init() { m.ProcessOpen(S(m.Option(mdb.NAME))) } }}, + DREAM_OPEN: {Hand: func(m *ice.Message, arg ...string) {}}, DREAM_CLOSE: {Hand: func(m *ice.Message, arg ...string) { kit.For(arg, func(k, v string) { if k == cli.DAEMON && v == ice.OPS && m.Cmdv(SPACE, m.Option(mdb.NAME), mdb.STATUS) != cli.STOP {