aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
authorEskil <eskilq@kth.se>2020-11-06 22:00:24 +0100
committerEskil <eskilq@kth.se>2020-11-06 22:00:24 +0100
commit1b3bcebc895bfa4b6f65697fafc31d482c74b2de (patch)
tree8f3e8fa198747aa260128951eccd54994ca1fdb5 /mumlib/src/command.rs
parentd6496cb0f6abba855b04338fa8bc5aaa89487c29 (diff)
parent0220f0372937ed179aa84fa6e2250933cd3e3896 (diff)
downloadmum-1b3bcebc895bfa4b6f65697fafc31d482c74b2de.tar.gz
Merge branch 'mute' into 'main'
Mute Closes #43 See merge request gustav/mum!29
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 2fed4f1..675fb7d 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -24,6 +24,9 @@ pub enum Command {
host: String,
port: u16,
},
+ DeafenSelf(Option<bool>),
+ MuteSelf(Option<bool>),
+ MuteOther(String, Option<bool>),
}
#[derive(Debug, Deserialize, Serialize)]