diff options
Diffstat (limited to 'mumd/src/command.rs')
| -rw-r--r-- | mumd/src/command.rs | 2 |
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, |
