Send a different error if a user is permanently blocked.

This commit is contained in:
lotodore
2010-07-14 15:27:06 +00:00
parent a68a98f739
commit 176dbe1d4f
6 changed files with 37 additions and 21 deletions
+17 -16
View File
@@ -71,22 +71,23 @@
#define ERR_NET_PLAYER_NOT_ACTIVE 117
#define ERR_NET_PLAYER_KICKED 118
#define ERR_NET_PLAYER_BANNED 119
#define ERR_NET_SESSION_TIMED_OUT 120
#define ERR_NET_INVALID_PLAYER_COUNT 121
#define ERR_NET_TOO_MANY_MANUAL_BLINDS 122
#define ERR_NET_INVALID_AVATAR_FILE 123
#define ERR_NET_AVATAR_TOO_LARGE 124
#define ERR_NET_BUF_INVALID_SIZE 125
#define ERR_NET_INVALID_REQUEST_ID 126
#define ERR_NET_WRONG_AVATAR_SIZE 127
#define ERR_NET_START_TIMEOUT 128
#define ERR_NET_GAME_TERMINATION_FAILED 129
#define ERR_NET_INTERNAL_GAME_ERROR 130
#define ERR_NET_DEALER_NOT_FOUND 131
#define ERR_NET_INIT_BLOCKED 132
#define ERR_NET_GSASL_INIT_FAILED 133
#define ERR_NET_GSASL_NO_SCRAM 134
#define ERR_NET_DB_CONNECT_FAILED 135
#define ERR_NET_PLAYER_BLOCKED 120
#define ERR_NET_SESSION_TIMED_OUT 121
#define ERR_NET_INVALID_PLAYER_COUNT 122
#define ERR_NET_TOO_MANY_MANUAL_BLINDS 123
#define ERR_NET_INVALID_AVATAR_FILE 124
#define ERR_NET_AVATAR_TOO_LARGE 125
#define ERR_NET_BUF_INVALID_SIZE 126
#define ERR_NET_INVALID_REQUEST_ID 127
#define ERR_NET_WRONG_AVATAR_SIZE 128
#define ERR_NET_START_TIMEOUT 129
#define ERR_NET_GAME_TERMINATION_FAILED 130
#define ERR_NET_INTERNAL_GAME_ERROR 131
#define ERR_NET_DEALER_NOT_FOUND 132
#define ERR_NET_INIT_BLOCKED 133
#define ERR_NET_GSASL_INIT_FAILED 134
#define ERR_NET_GSASL_NO_SCRAM 135
#define ERR_NET_DB_CONNECT_FAILED 136
#define ERR_IRC_INTERNAL 151
#define ERR_IRC_CONNECT_FAILED 152