mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
Merge branch 'm/name-title' (#1978)
* m/name-title: chat-cli: use name:title zuse: add +name:title for (moon) identity Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
commit
fad9fcb16b
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bccc640d030d2ec49b24a5f3413b305cb4823f1b5bf86f5d0dbfe7f6dc38ac2a
|
||||
size 8951763
|
||||
oid sha256:b5a9a2371bdde87400be0c1dd8f5d8c0b4c991353e21f4c30f97e2db34242844
|
||||
size 9620366
|
||||
|
@ -121,14 +121,8 @@
|
||||
++ connect
|
||||
^- move
|
||||
[ost.bowl %peer /chat-store [our-self %chat-store] /updates]
|
||||
:: +true-self: moons to planets
|
||||
::
|
||||
++ true-self
|
||||
|= who=ship
|
||||
^- ship
|
||||
?. ?=(%earl (clan:title who)) who
|
||||
(sein:title our.bowl now.bowl who)
|
||||
++ our-self (true-self our.bowl)
|
||||
++ our-self (name:title our.bowl)
|
||||
:: +target-to-path: prepend ship to the path
|
||||
::
|
||||
++ target-to-path
|
||||
|
@ -6841,6 +6841,12 @@
|
||||
?> (lte wid 16) %pawn
|
||||
:: :: ++rank:title
|
||||
+$ rank ?(%czar %king %duke %earl %pawn) :: ship width class
|
||||
:: :: ++name:title
|
||||
++ name :: identity
|
||||
|= who=ship
|
||||
^- ship
|
||||
?. ?=(%earl (clan who)) who
|
||||
(sein who)
|
||||
:: :: ++saxo:title
|
||||
++ saxo :: autocanon
|
||||
|= who=ship
|
||||
|
Loading…
Reference in New Issue
Block a user