mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 15:16:43 -06:00
fix help command without argument, change from default DEBUG level to individually configured, comments/docs/formatting, improved imports, remove REFRESH CLIENT LIST request
This commit is contained in:
@@ -29,7 +29,6 @@ class Requests:
|
||||
The Requests class provides a universal naming for the types of requests that can be made and received.
|
||||
"""
|
||||
REQUEST_NICK = 'REQUEST_NICK' # Send the server the client's nickname
|
||||
REFRESH_CONNECTIONS_LIST = 'REFRESH_CLIENT_LIST' # Send the client all connections to the server and their information
|
||||
GET_MESSAGE_HISTORY = 'GET_MESSAGE_HISTORY' # Send the client a detailed list of all messages sent up to a certain point.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user