aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src')
-rw-r--r--mumlib/src/command.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index 4e8775f..c4fc913 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -64,6 +64,9 @@ pub enum CommandResponse {
},
PastMessages {
messages: Vec<(String, String)>,
+ },
+ PastMessage {
+ message: (String, String),
}
}