From aa710a3420ef4d834ee1df4099b25f3c83b9c31d Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Sat, 22 May 2021 01:27:17 +0200 Subject: rework command response mechanism --- mumlib/src/command.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'mumlib/src/command.rs') 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), } -- cgit v1.2.1