forked from EXTERNAL/bareiron
implement !msg and !help chat commands
* Added the !msg and !help command * Started fixing issues * Rewrote !msg processing in chat system * cleanup --------- Co-authored-by: p2r3 <p2r3@p2r3.com>
This commit is contained in:
@@ -14,6 +14,7 @@ int getClientIndex (int client_fd);
|
||||
void resetPlayerData (PlayerData *player);
|
||||
int reservePlayerData (int client_fd, uint8_t *uuid, char* name);
|
||||
int getPlayerData (int client_fd, PlayerData **output);
|
||||
PlayerData *getPlayerByName (int start_offset, int end_offset, uint8_t *buffer);
|
||||
void handlePlayerDisconnect (int client_fd);
|
||||
void handlePlayerJoin (PlayerData* player);
|
||||
void disconnectClient (int *client_fd, int cause);
|
||||
|
Reference in New Issue
Block a user