diff --git a/sweebot.py b/sweebot.py index 4b6615a..fec8b8b 100644 --- a/sweebot.py +++ b/sweebot.py @@ -896,6 +896,8 @@ while True: multiline("(" + nick + ") [No title found]", channel) if not redirected: break + else: + break except Exception as ex: exc = str(ex) print(traceback.format_exc())