diff options
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 8c54b20..73a065d 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -14,6 +14,7 @@ pub enum Command { MuteOther(String, Option<bool>), MuteSelf(Option<bool>), OutputVolumeSet(f32), + Ping, ServerConnect { host: String, port: u16, @@ -40,6 +41,7 @@ pub enum CommandResponse { MuteStatus { is_muted: bool, }, + Pong, ServerConnect { welcome_message: Option<String>, }, |
