aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index e404056..63dd5f9 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -18,6 +18,9 @@ pub enum Command {
},
ServerDisconnect,
Status,
+ DeafenSelf,
+ MuteSelf,
+ MuteOther(String),
}
#[derive(Debug, Deserialize, Serialize)]