log unknown messages
This commit is contained in:
parent
90fc695794
commit
359407187e
3
bert.py
3
bert.py
|
@ -475,7 +475,8 @@ def command_loop():
|
||||||
# say(channel, "blp")
|
# say(channel, "blp")
|
||||||
# except Exception as err:
|
# except Exception as err:
|
||||||
# print("could not blp - "+str(err))
|
# print("could not blp - "+str(err))
|
||||||
|
else:
|
||||||
|
print(f"Message not understood: {ircmsg}")
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print(err)
|
print(err)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user