This commit is contained in:
parent
6a9d92e03d
commit
8268fa0940
1 changed files with 20 additions and 20 deletions
|
@ -870,7 +870,6 @@ while True:
|
|||
title = False
|
||||
redirected = False
|
||||
for i in received.split("\n"):
|
||||
try:
|
||||
if firstline:
|
||||
if i.split(" ")[0][0] == "3":
|
||||
redirected = True
|
||||
|
@ -889,6 +888,7 @@ while True:
|
|||
title = True
|
||||
break
|
||||
else:
|
||||
try:
|
||||
if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#":
|
||||
title = True
|
||||
multiline("(" + nick + f") " + i[2:], channel)
|
||||
|
|
Loading…
Add table
Reference in a new issue