diff options
Diffstat (limited to 'mumlib/src')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<String> }, Status { server_state: Server }, } |
