gamebridge: remove killcmd

This commit is contained in:
Cadey Ratio 2020-05-08 21:25:25 -04:00
parent 42e09e7189
commit 2f5d5a1659
1 changed files with 0 additions and 8 deletions

View File

@ -115,14 +115,6 @@ async fn run_loop(
} }
eprintln!("[{}] {}: {}", msg.channel, msg.name, msg.data); eprintln!("[{}] {}: {}", msg.channel, msg.name, msg.data);
match msg.data.split(" ").next() {
Some("!quit") => {
// causes the runner to shutdown
control.stop();
}
_ => {}
}
} }
else => { break } else => { break }