1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Swee 2024-09-29 11:43:36 -07:00
parent 68c4ee9989
commit 209c87c29f

View file

@ -555,7 +555,7 @@ while True:
irc.send_irc(channel, choice(threes)) irc.send_irc(channel, choice(threes))
elif "JOIN" in text and "#nixsanctuary" in text: elif "JOIN" in text and "#nixsanctuary" in text:
nick = text.split(":")[1].split("!")[0] nick = text.split(":")[1].split("!")[0]
if nick != "sweeBot": if not "swee" in nick:
irc.send_irc("##hiya", "hiya: " + nick + " has joined #nixsanctuary") irc.send_irc("##hiya", "hiya: " + nick + " has joined #nixsanctuary")
pass pass