aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
Diffstat (limited to 'mumd')
-rw-r--r--mumd/src/state.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs
index 71f7358..7a4704a 100644
--- a/mumd/src/state.rs
+++ b/mumd/src/state.rs
@@ -303,6 +303,9 @@ impl State {
self.audio.set_output_volume(volume);
now!(Ok(None))
}
+ Command::Ping => {
+ now!(Ok(Some(CommandResponse::Pong)))
+ }
Command::ServerConnect {
host,
port,