diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-11-03 21:08:46 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-11-03 21:08:46 +0100 |
| commit | 71941137265669013ef64473748c4fde6bc48f1c (patch) | |
| tree | da757f0cc43e9ce83f0a20dede1d8b6494f47291 /mumlib/src/command.rs | |
| parent | 8fb4edd72dfcb2b71e91eedc5861360101374967 (diff) | |
| download | mum-71941137265669013ef64473748c4fde6bc48f1c.tar.gz | |
add mumd support for muting users
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 3 |
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)] |
