Add README

This commit is contained in:
Nyo
2016-06-11 18:43:27 +02:00
parent 93508624c4
commit 9d2fcf250f
5 changed files with 68 additions and 2 deletions

View File

@@ -71,3 +71,6 @@ class messageTooLongException(Exception):
class userSilencedException(Exception):
pass
class need2FAException(Exception):
pass

View File

@@ -29,6 +29,8 @@ def loginError():
def needSupporter():
return packetHelper.buildPacket(packetIDs.server_userID, [[-6, dataTypes.sInt32]])
def needVerification():
return packetHelper.buildPacket(packetIDs.server_userID, [[-8, dataTypes.sInt32]])
""" Login packets """
def userID(uid):