diff options
Diffstat (limited to 'src/wasp-event-handlers.el')
| -rw-r--r-- | src/wasp-event-handlers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasp-event-handlers.el b/src/wasp-event-handlers.el index 0e5b8d46..d45debaf 100644 --- a/src/wasp-event-handlers.el +++ b/src/wasp-event-handlers.el @@ -39,7 +39,7 @@ ((s-equals? (car msg) "won") (w/write-chat-event "Fufufu... I win...")) (t (w/write-chat-event "that it's over"))) (setf w/overlay-barrage-active nil))) - (cons '(monitor twitch chat incoming) #'w/twitch-handle-incoming-chat) + (cons '(monitor twitch chat incoming) #'w/twitch-handle-incoming-chat-sexp) (cons '(monitor twitch redeem incoming) #'w/twitch-handle-redeem) (cons '(frontend redeem incoming) |
