mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt some
This commit is contained in:
parent
6509bb8290
commit
73e782e684
@ -60,6 +60,7 @@ func _command_search(m *ice.Message, kind, name, text string) {
|
||||
mdb.HELP, cmd.Help, nfs.FILE, FileURI(cmd.GetFileLines()),
|
||||
)
|
||||
})
|
||||
m.Sort(m.OptionFields())
|
||||
}
|
||||
|
||||
const (
|
||||
|
@ -38,7 +38,7 @@ func init() {
|
||||
if m.Option(ice.MSG_STORM) == "" {
|
||||
m.Cmdy(mdb.SELECT, RIVER, _river_key(m), mdb.HASH, ice.OptionFields("time,hash,name,text,count"))
|
||||
} else if len(arg) == 0 || kit.Int(arg[0]) > 0 {
|
||||
m.Cmdy(mdb.SELECT, RIVER, _storm_key(m), mdb.LIST, mdb.ID, arg, ice.OptionFields("time,id,space,index,args,style,display"))
|
||||
m.Cmdy(mdb.SELECT, RIVER, _storm_key(m), mdb.LIST, mdb.ID, arg, ice.OptionFields("time,id,space,index,args,style,display")).SortInt(mdb.ID)
|
||||
} else if aaa.Right(m, arg) {
|
||||
m.Push(ctx.INDEX, arg[0])
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user