diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
| commit | 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (patch) | |
| tree | 1ad7d61b04c44fc52b453aef44868a42012f3551 /src/wasp-event-handlers-binary.el | |
| parent | cf266a56f30daae8b9af7c9bc3267c61b1973192 (diff) | |
Diffstat (limited to 'src/wasp-event-handlers-binary.el')
| -rw-r--r-- | src/wasp-event-handlers-binary.el | 3 |
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)) |
