From 1ad3ba6f7ff8e2f2af627de854468f275cd6822e Mon Sep 17 00:00:00 2001 From: franzo Date: Thu, 6 Oct 2022 00:10:58 +0200 Subject: [PATCH] fix: stupid indentation --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index aaa21d1..6b024d0 100755 --- a/bot.py +++ b/bot.py @@ -90,7 +90,7 @@ class Server(BaseServer): elif line.params[1].startswith(".last"): await self.send(build("PRIVMSG", [chan, "Last game played: " + lastPlayed])) - elif line.params[1].startswith(".list"): + elif line.params[1].startswith(".list"): user = line.source.split('!')[0] if len(line.params[1].split(" ")) < 2: games = sorted(match_players[self.name + '-' + chan].keys())