aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-05-19 02:09:58 +0200
committerEskil Queseth <eskilq@kth.se>2021-05-19 02:09:58 +0200
commitf551de2bbc5e41c5cd76e36c2b0a6f10d9b4cddf (patch)
tree750cbad28427067b66fa690236a25ea3374bd9aa /mumlib/src
parentcf81a1141cdc6a6db842d992d065eba74829e0c7 (diff)
downloadmum-f551de2bbc5e41c5cd76e36c2b0a6f10d9b4cddf.tar.gz
remove event_register_handler from tcp stack
Diffstat (limited to 'mumlib/src')
-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>,