urbit/lib/talk.hoon
2016-01-30 15:52:55 -08:00

34 lines
704 B
Plaintext

::
:::: /hoon+talk+lib
::
:: This file is in the public domain.
::
/? 314
/- talk
!:
::::
::
[. ^talk]
|%
++ main :: main story
|= our/ship ^- cord
=+ can=(clan our)
?+ can %porch
$czar %court
$king %floor
==
::
++ said :: app message
|= {our/@p dap/term now/@da eny/@uvI mes/(list tank)}
:- %talk-command
^- command
:- %publish
|- ^- (list thought)
?~ mes ~
:_ $(mes t.mes, eny (sham eny mes))
^- thought
:+ (shaf %thot eny)
[[[%& our (main our)] [*envelope %pending]] ~ ~]
[now *bouquet [%app dap (crip ~(ram re i.mes))]]
--