Skip to content

Commit

Permalink
minor fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silentwings committed Jun 7, 2021
1 parent e63fee4 commit 5d6066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/Protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def in_CONFIRMAGREEMENT(self, client, verification_code = ""):
self._SendLoginInfo(client)

def in_CREATEBOTACCOUNT(self, client, username, from_username, founder_username=None):
# Create a new botflagged account with the same email & password as from_username
# Create a new botflagged account with a blank email & the same password as from_username
# register its battle to founder_username
good, reason = self._validUsernameSyntax(username)
if not good:
Expand Down

0 comments on commit 5d6066c

Please sign in to comment.