1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-16 18:27:34 +08:00
parent 6e1f498139
commit e076a59eec

View File

@ -30,7 +30,7 @@ func _command_list(m *ice.Message, name string) *ice.Message {
m.Push("_fileline", "")
}
m.Push("_role", kit.Select("", ice.OK, kit.IsIn(ShortCmd(kit.Keys(s.Prefix(), key)), "portal", aaa.OFFER) && aaa.Right(m.Spawn(), name)))
m.Push("_role", kit.Select("", ice.OK, aaa.Right(m.Spawn(), name)))
m.Push("_help", GetCmdHelp(m, name))
})
return m