summaryrefslogtreecommitdiff
path: root/src/wasp-event-handlers-binary.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-26 23:47:18 -0400
committerLLLL Colonq <llll@colonq>2026-04-26 23:47:18 -0400
commit75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (patch)
tree1ad7d61b04c44fc52b453aef44868a42012f3551 /src/wasp-event-handlers-binary.el
parentcf266a56f30daae8b9af7c9bc3267c61b1973192 (diff)
Diffstat (limited to 'src/wasp-event-handlers-binary.el')
-rw-r--r--src/wasp-event-handlers-binary.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasp-event-handlers-binary.el b/src/wasp-event-handlers-binary.el
index acdc2616..22e67a04 100644
--- a/src/wasp-event-handlers-binary.el
+++ b/src/wasp-event-handlers-binary.el
@@ -15,7 +15,8 @@
(list
(cons "fig monitor twitch chat incoming"
(lambda (d)
- (-let [(user stags msg) (s-split-up-to " " (w/utf8 d) 2)]
+ (-let* ( ((users stags msg) (s-split-up-to " " (w/utf8 d) 2))
+ ((user disp) (s-split-up-to "\t" users 2)))
(w/twitch-handle-incoming-chat
user
(--map (s-split "\t" it) (s-split "\n" stags))