This commit is contained in:
parent
8268fa0940
commit
738fe1d739
1 changed files with 5 additions and 0 deletions
|
@ -890,10 +890,15 @@ while True:
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#":
|
if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#":
|
||||||
|
print("Found title: " + i)
|
||||||
title = True
|
title = True
|
||||||
multiline("(" + nick + f") " + i[2:], channel)
|
multiline("(" + nick + f") " + i[2:], channel)
|
||||||
break
|
break
|
||||||
|
else:
|
||||||
|
print(i)
|
||||||
except:
|
except:
|
||||||
|
print(i)
|
||||||
|
print(traceback.format_exc())
|
||||||
pass
|
pass
|
||||||
if not title and not redirected:
|
if not title and not redirected:
|
||||||
multiline("(" + nick + ") [No title found]", channel)
|
multiline("(" + nick + ") [No title found]", channel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue