fix: stupid indentation

This commit is contained in:
franzo 2022-10-06 00:10:58 +02:00
parent 89d5a4f9c3
commit 1ad3ba6f7f
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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())