log unknown messages

This commit is contained in:
jkhsjdhjs 2024-01-30 22:17:07 +00:00
parent 90fc695794
commit 359407187e

View File

@ -475,7 +475,8 @@ def command_loop():
# say(channel, "blp")
# except Exception as err:
# print("could not blp - "+str(err))
else:
print(f"Message not understood: {ircmsg}")
except Exception as err:
print(err)