aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/command.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-14 17:45:04 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-14 17:45:04 +0200
commitab0cdc240c65fdc6b764ed17f6611786d449acc3 (patch)
treebbad07ff338616c17208cf257eb3c6d359eb857e /mumd/src/command.rs
parente4406676a28f2dfb756f8f9e38a4242166f19c0e (diff)
downloadmum-ab0cdc240c65fdc6b764ed17f6611786d449acc3.tar.gz
add support for reconnecting to server
Diffstat (limited to 'mumd/src/command.rs')
-rw-r--r--mumd/src/command.rs2
1 files changed, 1 insertions, 1 deletions
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,