diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-08 04:31:17 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-08 04:31:17 -0400 |
| commit | 5d003af92aff89cc600c1125e2e8767fc88b7ae4 (patch) | |
| tree | 8d7c4c0cd4c55f015e475031865d7595039718e3 /src/wasp-event-handlers.el | |
| parent | 936221a3fb0b285b6ab0b50be2ef7ebca8c8072d (diff) | |
The latest and greatest updates that you crave, now
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) |
