Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-12 20:20:07 -08:00
parent 4ff1b7bcb8
commit 91eff68249

View file

@ -880,6 +880,9 @@ while True:
break
if not title:
multiline("(" + nick + ") [No title found]", channel)
except Exception as ex:
exc = str(ex)
multiline("(" + nick + f") [Request error: {exc}]", channel)
elif "JOIN" in text and "#nixsanctuary" in text:
nick = text.split(":")[1].split("!")[0]
if not "Meow" in nick: