Request twitch membership capability
This commit is contained in:
parent
14935a23ce
commit
da8e6ddbf7
1 changed files with 1 additions and 0 deletions
1
irc.py
1
irc.py
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue