Also don't send logger here

This commit is contained in:
Luke Murphy 2021-02-27 11:50:54 +01:00
parent 3605a215f3
commit 3426b1fbb9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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)