diff options
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)) |
