Update sweebot.py
This commit is contained in:
parent
68c4ee9989
commit
209c87c29f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue