aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib')
-rw-r--r--mumlib/src/command.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index 5155aaa..4e8775f 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -29,7 +29,9 @@ pub enum Command {
},
Status,
UserVolumeSet(String, f32),
- PastMessages,
+ PastMessages {
+ block: bool,
+ },
SendMessage {
message: String,
targets: Vec<MessageTarget>,