From 14a4b303e49dec186418a2ecbab413c560ad2c18 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:17:13 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index cd6241a..0763e23 100644 --- a/sweebot.py +++ b/sweebot.py @@ -868,7 +868,7 @@ while True: title = False for i in received.split("\n"): if firstline: - if i.split(" ")[0][0] != "2" + if i.split(" ")[0][0] != "2": multiline("(" + nick + f") [{i}]", channel) break else: