projects
/
ihaspeks
/
aptbot-ihaspeks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d6d36
)
Remove Announce
author
Georgios Atheridis
<georgios@atheridis.org>
Sun, 5 Mar 2023 18:10:02 +0000
(18:10 +0000)
committer
Georgios 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
patch
|
blob
|
history
diff --git
a/ihaspeks/main.py
b/ihaspeks/main.py
index 0b5b3e888d11ca95c9a8d3846a41f4b55ac5f272..e3e4874e1deb5ecb4fc391435697bae5f62e5b59 100644
(file)
--- 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()