From 6ff7cd94cf612e7eb2d54d2a3b754a97899b6a94 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 6 Jan 2020 05:56:46 +0100 Subject: Remove check for quit command --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 07cf681..7cb0aff 100644 --- a/src/main.rs +++ b/src/main.rs @@ -187,9 +187,6 @@ fn handle_event<'a>(state: &State, conn: &ConnectionLock<'a>, event: &Event) { Some("stop") => { state.stop(); } - Some("quit") => { - //tokio::spawn(state.disconnect().unit_error().boxed().compat()); - } _ => (), }; } -- cgit v1.2.3-70-g09d2