From da8e6ddbf7af0ee3cc4222875ebfa67a79c61dca Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:54:41 +0100 Subject: [PATCH] Request twitch membership capability --- irc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/irc.py b/irc.py index 10a562d..e2195ff 100644 --- a/irc.py +++ b/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()