urbit/base/lib/talk/core.hook

38 lines
773 B
Plaintext
Raw Normal View History

2015-01-15 22:32:04 +03:00
::
2015-04-01 23:56:43 +03:00
:::: /hook/core/talk/lib
2015-01-15 22:32:04 +03:00
::
:: This file is in the public domain.
::
/? 314
2015-04-01 23:56:43 +03:00
/- *talk
2015-01-15 22:32:04 +03:00
::
::::
::
|%
++ main :: main story
|= our=ship ^- cord
=+ can=(clan our)
?+ can %porch
%czar %court
%king %floor
==
2015-06-02 02:25:22 +03:00
++ said :: app message
|= [our=@p dap=term now=@da eny=@uvI mes=(list tank)]
:- %talk-command
^- command
:- %publish
%- flop
=< acc
%+ roll mes
=< .(eny ^eny)
|= [tan=tank acc=(list thought) eny=@uvI]
^- [acc=(list thought) eny=@uvI]
=+ (sham eny mes)
:_ -
:_ acc
^- thought
:+ -
[[[%& our (main our)] [*envelope %pending]] ~ ~]
[now *bouquet [%app (crip ~(ram re tan))]]
2015-01-15 22:32:04 +03:00
--