aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-05-22 01:27:17 +0200
committerEskil Queseth <eskilq@kth.se>2021-05-22 01:27:17 +0200
commitaa710a3420ef4d834ee1df4099b25f3c83b9c31d (patch)
tree1ec20ad483eaf0602f55b1f50fb45826b888b05f /mumlib/src
parentf72440096cefecbe62a37813ea3ee6f3cd3c7299 (diff)
downloadmum-aa710a3420ef4d834ee1df4099b25f3c83b9c31d.tar.gz
rework command response mechanism
Diffstat (limited to 'mumlib/src')
-rw-r--r--mumlib/src/command.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index c4fc913..847b7fd 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -62,9 +62,6 @@ pub enum CommandResponse {
Status {
server_state: Server,
},
- PastMessages {
- messages: Vec<(String, String)>,
- },
PastMessage {
message: (String, String),
}