From b7e63b11a0f34fb465c11736d91233b3c49028a5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 31 Jan 2025 22:53:45 -0500 Subject: big guy --- src/wasp-twitch.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/wasp-twitch.el') diff --git a/src/wasp-twitch.el b/src/wasp-twitch.el index 979eb8ee..0a4039fe 100644 --- a/src/wasp-twitch.el +++ b/src/wasp-twitch.el @@ -520,10 +520,14 @@ CALLBACK will be passed the winner when the poll concludes." ((s-equals? name "yellowberryhn") "🪴") ;; ((s-equals? name "maradyne_") "") ;; ((s-equals? name "sampie159") "") - ;; ((s-equals? name "zamielpayne") "") + ((s-equals? name "zamielpayne") "🦉") ((s-equals? name "xorxavier") "🌸") ((s-equals? name "6horntaurus") "⚰️") - ;; ((s-equals? name "steeledshield") "") + ((s-equals? name "bytomancer") (propertize "Q" 'display (create-image (w/twitch-emote-path "emotesv2_beb191005b81486c8b1c823931c88387")))) + ;; ((s-equals? name "henriqmarq") "") + ;; ((s-equals? name "wyndupboy") "") + ((s-equals? name "hellpie") "🥧") + ((s-equals? name "steeledshield") "⛨") ((s-equals? name "asrael_io") (propertize "Q" 'display (create-image (w/twitch-emote-path "emotesv2_a9dc5935824a4d6792f4b48f91031fcf")))) (t "EL."))) (when (-contains? badges "vip/1") "💎") @@ -552,6 +556,7 @@ CALLBACK will be passed the winner when the poll concludes." text-colored-bible)))) (push (cons user text) w/twitch-chat-history) + (w/user-stats-update) (w/hexamedia-update-user user) (w/shindaggers-update-user user) (w/copfish-update-user user) -- cgit v1.2.3