1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-08 06:06:55 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-22 11:16:55 +08:00
parent 377e165765
commit 94b2266982

View File

@ -332,8 +332,9 @@ func init() {
for i := 0; i < 5; i++ {
if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFound() {
break
} else if i < 4 {
m.SetAppend().SetResult().Sleep("10s")
}
m.SetAppend().SetResult().Sleep3s()
}
}
}},