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:27:49 -08:00
parent b1d32c8192
commit 2861afbb33

View file

@ -889,13 +889,13 @@ while True:
break
else:
try:
print(i)
if i.split(" ")[0][0] == "#" and len(i.split(" ")) == 1:
print("Found title: " + i)
title = True
multiline("(" + nick + f") " + i[2:], channel)
break
except:
print(i)
print(traceback.format_exc())
pass
if not title and not redirected: