diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-05-22 01:27:17 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-05-22 01:27:17 +0200 |
| commit | aa710a3420ef4d834ee1df4099b25f3c83b9c31d (patch) | |
| tree | 1ec20ad483eaf0602f55b1f50fb45826b888b05f /mumlib/src/command.rs | |
| parent | f72440096cefecbe62a37813ea3ee6f3cd3c7299 (diff) | |
| download | mum-aa710a3420ef4d834ee1df4099b25f3c83b9c31d.tar.gz | |
rework command response mechanism
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 3 |
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), } |
