From 4ff1b7bcb8f31e44271d1567e9a7c57d908ca347 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:18:31 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sweebot.py b/sweebot.py index 0763e23..2265af4 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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: