This commit is contained in:
Nova Cat 2024-12-17 16:29:34 -08:00
parent 773fcd1b5e
commit e3cfd9087e

View file

@ -694,7 +694,7 @@ while True:
except rex.SSLError as ex:
multiline("(" + nick + ") [SSL Error: " + str(ex.message) + "]", channel)
except Exception as ex:
multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel)
multiline("(" + nick + ") [Request error: " + str(ex) + "]", channel)
except:
print(traceback.format_exc())
elif "JOIN" in text and "#nixsanctuary" in text: