This commit is contained in:
parent
34f8e736a1
commit
3ee06823b9
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue