diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 34fd058..cc593ae 100644 --- a/LogBot/logbot.py +++ b/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)