diff options
Diffstat (limited to 'mumlib/src')
| -rw-r--r-- | mumlib/src/command.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 675fb7d..2e824fc 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -46,4 +46,10 @@ pub enum CommandResponse { max_users: u32, bandwidth: u32, }, + MuteStatus { + is_muted: bool, + }, + DeafenStatus { + is_deafened: bool, + }, } |
