diff --git a/LogBot/logbot.py b/LogBot/logbot.py index ca28a0d..2f40530 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -127,6 +127,7 @@ class Logbot(Bot): else: replaced = message.content.replace("@add", "") self.db[message.room]["messages"][new_key] = replaced + self.db._dumps() def _parse_room_name(self, room): """Parse room name from entire address string."""