diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index a365a55..7fe7b37 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -170,7 +170,7 @@ def main(): if bot.user in message.mentions \ and len(message.mentions) < 3 \ and len(message.content.splitlines()) == 1: - path = '/tmp/%s.log' % message.channel + path = '/home/mika/.kabot/%s.log' % message.channel with open(path, 'r') as f : lines = f.read().splitlines() if not message.content in lines: