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)