Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-16 20:13:54 -08:00
parent 6a9d92e03d
commit 8268fa0940

View file

@ -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)