Remove comment

This commit is contained in:
Ultracoolguy 2020-11-15 21:36:38 -04:00
parent a55cb3cd55
commit c0a4d8b7b3
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -8,7 +8,6 @@ from ircrobots import ConnectionParams
SERVERS = (dict([("freenode", "irc.freenode.net"),
("tildeverse", "irc.tilde.chat")]))
# match_players = set()
match_players = {"freenode": set(), "tildeverse": set()}
botnick = "matchmaking-bot"