mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
21 lines
583 B
Plaintext
21 lines
583 B
Plaintext
|%
|
|
+$ chat-security
|
|
$? $channel :: black r, black w
|
|
$village :: white r, white w
|
|
$journal :: black r, white w
|
|
$mailbox :: white r, black w
|
|
==
|
|
::
|
|
+$ chat-view-action
|
|
$% $: %create
|
|
=path
|
|
security=chat-security
|
|
read=(set ship)
|
|
write=(set ship)
|
|
allow-history=?
|
|
==
|
|
[%delete =path]
|
|
[%join =ship =path ask-history=?]
|
|
==
|
|
--
|