From 2f5d5a16597dcd71905950a7c9b9faa857ae6c8b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 8 May 2020 21:25:25 -0400 Subject: [PATCH] gamebridge: remove killcmd --- gamebridge/src/twitch.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gamebridge/src/twitch.rs b/gamebridge/src/twitch.rs index 14b71bf..3cc3138 100644 --- a/gamebridge/src/twitch.rs +++ b/gamebridge/src/twitch.rs @@ -115,14 +115,6 @@ async fn run_loop( } eprintln!("[{}] {}: {}", msg.channel, msg.name, msg.data); - - match msg.data.split(" ").next() { - Some("!quit") => { - // causes the runner to shutdown - control.stop(); - } - _ => {} - } } else => { break }