This commit is contained in:
parent
a0ef352973
commit
14a4b303e4
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ while True:
|
|||
title = False
|
||||
for i in received.split("\n"):
|
||||
if firstline:
|
||||
if i.split(" ")[0][0] != "2"
|
||||
if i.split(" ")[0][0] != "2":
|
||||
multiline("(" + nick + f") [{i}]", channel)
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue