aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 01:19:45 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 01:19:45 +0200
commit1974db9d719640f5cd5a8b51fa1b97f801f5a809 (patch)
tree47d1b1a92a836ef0f69e45a543b96c11451ab380 /mumlib/src/command.rs
parente2f5c15e17d0ddcde88830194410c387793c045f (diff)
downloadmum-1974db9d719640f5cd5a8b51fa1b97f801f5a809.tar.gz
change connecting with channel name instead of id
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index b2ac321..a0673f4 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -6,7 +6,7 @@ use std::collections::HashMap;
#[derive(Clone, Debug, Deserialize, Serialize)]
pub enum Command {
ChannelJoin {
- channel_id: u32,
+ channel_identifier: String,
},
ChannelList,
ServerConnect {