Request twitch membership capability

This commit is contained in:
Dpeta 2023-02-12 20:54:41 +01:00
parent 14935a23ce
commit da8e6ddbf7
No known key found for this signature in database
GPG key ID: 51227517CEA0030C

1
irc.py
View file

@ -858,6 +858,7 @@ class PesterIRC(QtCore.QThread):
"REQ", "draft/metadata-notify-2"
) # <--- Not required in the unreal5 module implementation
self._send_irc.cap("REQ", "pesterchum-tag") # <--- Currently not using this
self._send_irc.cap("REQ", "twitch.tv/membership") # Twitch silly
self._send_irc.join("#pesterchum")
# Get mood
mood = profile.mood.value_str()