Remove Announce
authorGeorgios Atheridis <georgios@atheridis.org>
Sun, 5 Mar 2023 18:10:02 +0000 (18:10 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sun, 5 Mar 2023 18:10:02 +0000 (18:10 +0000)
Twitch has removed the ability to use /announce from IRC, so it has been
removed from the stream start.

ihaspeks/main.py

index 0b5b3e888d11ca95c9a8d3846a41f4b55ac5f272..e3e4874e1deb5ecb4fc391435697bae5f62e5b59 100644 (file)
@@ -125,7 +125,7 @@ def start(bot: Bot, message: Message, stop_event: Event):
             scripts.clean_queue.clean_queue()
             scripts.discord_start_stream.announce()
             bot.send_privmsg(
-                message.channel, "/announce Stream has started, you can now use ?join"
+                message.channel, "Stream has started, you can now use ?join"
             )
         elif started == "END":
             scripts.clean_queue.clean_queue()