From d215385473f5380a1166101596e135ec6ede5501 Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Wed, 21 Oct 2020 02:24:16 +0200 Subject: add printing of welcome message to server connect --- mumlib/src/command.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mumlib/src/command.rs') diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 05702f0..e404056 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -23,5 +23,6 @@ pub enum Command { #[derive(Debug, Deserialize, Serialize)] pub enum CommandResponse { ChannelList { channels: Channel }, + ServerConnect { welcome_message: Option }, Status { server_state: Server }, } -- cgit v1.2.1