This commit is contained in:
parent
738fe1d739
commit
657368fd77
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ while True:
|
|||
break
|
||||
else:
|
||||
try:
|
||||
if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#":
|
||||
if i.split(" ")[0][0] == "#" and (len(i.split(" ")) == 1 or not i.split(" ")[0][1] != "#"):
|
||||
print("Found title: " + i)
|
||||
title = True
|
||||
multiline("(" + nick + f") " + i[2:], channel)
|
||||
|
|
Loading…
Add table
Reference in a new issue