From f551de2bbc5e41c5cd76e36c2b0a6f10d9b4cddf Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Wed, 19 May 2021 02:09:58 +0200 Subject: remove event_register_handler from tcp stack --- mumlib/src/command.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mumlib') 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, -- cgit v1.2.1