mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
16 lines
459 B
Plaintext
16 lines
459 B
Plaintext
|
|%
|
||
|
+$ chat-security
|
||
|
$? $channel :: blacklist
|
||
|
$village :: whitelist
|
||
|
$journal :: pub r, whitelist w
|
||
|
$mailbox :: our r, blacklist w
|
||
|
==
|
||
|
::
|
||
|
+$ chat-hook-action
|
||
|
$% [%add-owned =path security=chat-security]
|
||
|
[%add-synced =ship =path]
|
||
|
[%remove =path]
|
||
|
==
|
||
|
--
|
||
|
|