summaryrefslogtreecommitdiff
path: root/src/wasp-twitch.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasp-twitch.el')
-rw-r--r--src/wasp-twitch.el9
1 files changed, 7 insertions, 2 deletions
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)