Many config-loading memory fixes and group join/leave
This commit is contained in:
+3
-1
@@ -10,7 +10,8 @@ typedef enum {
|
||||
Logout,
|
||||
Hearbeat,
|
||||
List,
|
||||
Group,
|
||||
JoinGroup,
|
||||
LeaveGroup,
|
||||
Mute,
|
||||
Unmute,
|
||||
Signal,
|
||||
@@ -23,6 +24,7 @@ typedef enum {
|
||||
ERR_UNKNOWN_COMMAND,
|
||||
ERR_NOT_LOGGED_IN,
|
||||
ERR_ALREADY_LOGGED_IN,
|
||||
ERR_ALREADY_IN_GROUP,
|
||||
ERR_USER_NOT_FOUND,
|
||||
ERR_USER_MUTED,
|
||||
ERR_INVALID_FORMAT
|
||||
|
||||
Reference in New Issue
Block a user