This commit is contained in:
parent
94120b0a69
commit
6227e6f097
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ while True:
|
||||||
except: pass
|
except: pass
|
||||||
cache = None
|
cache = None
|
||||||
for i in logs[channel]:
|
for i in logs[channel]:
|
||||||
if find in i["content"] and (user == None or i["nick"].lower)() == user):
|
if find in i["content"] and (user == None or i["nick"].lower() == user):
|
||||||
cache = i
|
cache = i
|
||||||
break
|
break
|
||||||
if cache == None:
|
if cache == None:
|
||||||
|
|
Loading…
Reference in a new issue