1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-13 19:32:44 +08:00
parent be63e92893
commit 22be04e823

View File

@ -220,7 +220,7 @@ func _space_send(m *ice.Message, name string, arg ...string) (h string) {
m.WarnNotFound(kit.IndexOf([]string{ice.OPS, ice.DEV}, target[0]) == -1, SPACE, name)
})
} else if withecho {
m.WarnNotValid(!wait(), "time out")
m.Warn(!wait(), "time out")
}
return
}