aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib')
-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),
}