Browse Source

Also don't send logger here

master
Luke Murphy 3 years ago
parent
commit
3426b1fbb9
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      LogBot/logbot.py

2
LogBot/logbot.py

@ -204,7 +204,7 @@ class Logbot(Bot):
else:
reply = "Hmm ... not sure what you want to do?"
self._write_log(message, self.log)
self._write_log(message)
self.reply(reply, room=message.room)

Loading…
Cancel
Save