diff --git a/sweebot.py b/sweebot.py index 89fc46f..9beb907 100644 --- a/sweebot.py +++ b/sweebot.py @@ -626,6 +626,7 @@ while True: index = int(i) else: user = i.lower() + except: pass cache = None for i in logs[channel]: if find in i["content"] and (user == None or i["nick"] == user):