From 3426b1fbb9b3fe979541b48aa0d9acb1c93785ab Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 27 Feb 2021 11:50:54 +0100 Subject: [PATCH] Also don't send logger here --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)