From a3a8f72672931a6fa7ebbc4c77c213ecff540aea Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 5 Nov 2020 12:28:04 +1000 Subject: [PATCH] hark-chat-hook: add marks --- pkg/arvo/mar/hark/chat-hook-action.hoon | 13 +++++++++++++ pkg/arvo/mar/hark/chat-hook-update.hoon | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 pkg/arvo/mar/hark/chat-hook-action.hoon create mode 100644 pkg/arvo/mar/hark/chat-hook-update.hoon diff --git a/pkg/arvo/mar/hark/chat-hook-action.hoon b/pkg/arvo/mar/hark/chat-hook-action.hoon new file mode 100644 index 0000000000..37987c9565 --- /dev/null +++ b/pkg/arvo/mar/hark/chat-hook-action.hoon @@ -0,0 +1,13 @@ +/+ *hark-chat-hook +|_ act=action +++ grad %noun +++ grow + |% + ++ noun act + -- +++ grab + |% + ++ noun action + ++ json action:dejs + -- +-- diff --git a/pkg/arvo/mar/hark/chat-hook-update.hoon b/pkg/arvo/mar/hark/chat-hook-update.hoon new file mode 100644 index 0000000000..b76de0bb5d --- /dev/null +++ b/pkg/arvo/mar/hark/chat-hook-update.hoon @@ -0,0 +1,16 @@ +/+ *hark-chat-hook +|_ upd=update +++ grad %noun +++ grow + |% + ++ noun upd + ++ json + %+ frond:enjs:format + %hark-chat-hook-update + (update:enjs upd) + -- +++ grab + |% + ++ noun update + -- +--