diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 6f1101b..86708d5 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -215,7 +215,10 @@ class Logbot(Bot): else: reply = "Hmm ... not sure what you want to do?" + # Regenerate the log webpage self._write_log(message) + + # Reply to the groupchat self.reply(reply, room=message.room)