diff --git a/sweebot.py b/sweebot.py index 5078d93..41fd6ee 100644 --- a/sweebot.py +++ b/sweebot.py @@ -555,7 +555,7 @@ while True: irc.send_irc(channel, choice(threes)) elif "JOIN" in text and "#nixsanctuary" in text: nick = text.split(":")[1].split("!")[0] - if nick != "sweeBot": + if not "swee" in nick: irc.send_irc("##hiya", "hiya: " + nick + " has joined #nixsanctuary") pass