From 2b809ec9b39b88c1316152da3fbc9bee0956a442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 11 Jun 2021 04:13:45 +0200 Subject: print server state on connect --- mumlib/src/command.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mumlib') diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 48174fc..c5d4676 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -115,6 +115,7 @@ pub enum CommandResponse { Pong, ServerConnect { welcome_message: Option, + server_state: Server, }, ServerStatus { version: u32, -- cgit v1.2.1