mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 11:16:39 -06:00
commit rest of old client/server fixes
This commit is contained in:
10
constants.py
Normal file
10
constants.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class Requests:
|
||||
REQUEST_NICK = 'REQUEST_NICK'
|
||||
REFRESH_CONNECTIONS_LIST = 'REFRESH_CLIENT_LIST'
|
||||
GET_HISTORY = 'GET_HISTORY'
|
||||
|
||||
class Types:
|
||||
REQUEST = 'REQUEST'
|
||||
NICKNAME = 'NICKNAME'
|
||||
USER_LIST = 'USER_LIST'
|
||||
MESSAGE = 'MESSAGE'
|
||||
Reference in New Issue
Block a user