aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-11-03 21:08:46 +0100
committerEskil Queseth <eskilq@kth.se>2020-11-03 21:08:46 +0100
commit71941137265669013ef64473748c4fde6bc48f1c (patch)
treeda757f0cc43e9ce83f0a20dede1d8b6494f47291 /mumlib/src/command.rs
parent8fb4edd72dfcb2b71e91eedc5861360101374967 (diff)
downloadmum-71941137265669013ef64473748c4fde6bc48f1c.tar.gz
add mumd support for muting users
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)]