diff --git a/sweebot.py b/sweebot.py index 2265af4..a951a99 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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: