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

This commit is contained in:
Nova Cat 2025-01-12 20:18:31 -08:00
parent 14a4b303e4
commit 4ff1b7bcb8

View file

@ -874,12 +874,12 @@ while True:
else:
firstline = False
else:
elif i.split(" ")[0][0] == "#":
if i.split(" ")[0][0] == "#":
title = True
multiline("(" + nick + f") " + i[2:], channel)
break
if not title:
multiline("(" + nick + f") [No title found]", channel)
multiline("(" + nick + ") [No title found]", channel)
elif "JOIN" in text and "#nixsanctuary" in text:
nick = text.split(":")[1].split("!")[0]
if not "Meow" in nick: