From e03ad71e72fb13eef234a17bec2163a66738c5c4 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:21:08 -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 a951a99..7cc8e80 100644 --- a/sweebot.py +++ b/sweebot.py @@ -847,7 +847,7 @@ while True: multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel) except: print(traceback.format_exc()) - elif sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"): + if sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"): try: for i in command: parse = urlparse(i)