This commit is contained in:
parent
b1d32c8192
commit
2861afbb33
1 changed files with 1 additions and 1 deletions
|
@ -889,13 +889,13 @@ while True:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
|
print(i)
|
||||||
if i.split(" ")[0][0] == "#" and len(i.split(" ")) == 1:
|
if i.split(" ")[0][0] == "#" and len(i.split(" ")) == 1:
|
||||||
print("Found title: " + i)
|
print("Found title: " + i)
|
||||||
title = True
|
title = True
|
||||||
multiline("(" + nick + f") " + i[2:], channel)
|
multiline("(" + nick + f") " + i[2:], channel)
|
||||||
break
|
break
|
||||||
except:
|
except:
|
||||||
print(i)
|
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
pass
|
pass
|
||||||
if not title and not redirected:
|
if not title and not redirected:
|
||||||
|
|
Loading…
Add table
Reference in a new issue