From 24c256b8167529a0e3d647767472565535bfd725 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Sun, 5 Mar 2023 18:10:02 +0000 Subject: [PATCH] Remove Announce Twitch has removed the ability to use /announce from IRC, so it has been removed from the stream start. --- ihaspeks/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihaspeks/main.py b/ihaspeks/main.py index 0b5b3e8..e3e4874 100644 --- a/ihaspeks/main.py +++ b/ihaspeks/main.py @@ -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() -- 2.30.2