From 06a8c9024787cc13acfb4ae2b0666d3adaf87274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 21 Nov 2020 13:55:36 +0100 Subject: print status of mute/deafened when they change --- mumlib/src/command.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mumlib/src') 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, + }, } -- cgit v1.2.1