From ab0cdc240c65fdc6b764ed17f6611786d449acc3 Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Wed, 14 Oct 2020 17:45:04 +0200 Subject: add support for reconnecting to server --- mumd/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd/src/command.rs') diff --git a/mumd/src/command.rs b/mumd/src/command.rs index bfdb7dd..1104671 100644 --- a/mumd/src/command.rs +++ b/mumd/src/command.rs @@ -5,7 +5,7 @@ use std::sync::{Arc, Mutex}; use tokio::sync::mpsc; use log::*; -#[derive(Debug)] +#[derive(Clone, Debug)] pub enum Command { ChannelJoin { channel_id: u32, -- cgit v1.2.1