Update sweebot.py
Some checks failed
Check syntax / check (push) Has been cancelled

This commit is contained in:
Nova Cat 2025-01-12 20:56:03 -08:00
parent dc6a910fb1
commit e26038e968

View file

@ -888,7 +888,7 @@ while True:
title = True
break
else:
if i.split(" ")[0][0] == "#":
if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#":
title = True
multiline("(" + nick + f") " + i[2:], channel)
break