shrub/pkg/arvo/sur/chat-hook.hoon
2019-10-01 10:18:36 -07:00

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]
==
--