diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-05-19 02:09:58 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-05-19 02:09:58 +0200 |
| commit | f551de2bbc5e41c5cd76e36c2b0a6f10d9b4cddf (patch) | |
| tree | 750cbad28427067b66fa690236a25ea3374bd9aa /mumlib/src | |
| parent | cf81a1141cdc6a6db842d992d065eba74829e0c7 (diff) | |
| download | mum-f551de2bbc5e41c5cd76e36c2b0a6f10d9b4cddf.tar.gz | |
remove event_register_handler from tcp stack
Diffstat (limited to 'mumlib/src')
| -rw-r--r-- | mumlib/src/command.rs | 4 |
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>, |
