mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt inner.go
This commit is contained in:
parent
22d1dfe714
commit
fc6fa9dd40
@ -206,6 +206,7 @@ func ZoneSelect(m *ice.Message, arg ...string) *ice.Message {
|
||||
m.Sort(m.Config(SHORT))
|
||||
m.PushAction(REMOVE)
|
||||
}
|
||||
m.StatusTimeCount()
|
||||
return m
|
||||
}
|
||||
func ZoneSelectAll(m *ice.Message, arg ...string) *ice.Message {
|
||||
|
@ -103,6 +103,7 @@ func init() {
|
||||
m.Set(ice.MSG_STATUS)
|
||||
return
|
||||
}
|
||||
arg[1] = kit.Split(arg[1])[0]
|
||||
_inner_list(m, kit.Ext(arg[1]), arg[1], arg[0])
|
||||
m.Set(ice.MSG_STATUS)
|
||||
}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user