gamebridge: Twitch Control #2

Merged
cadey merged 29 commits from gamebridge into master 2020-05-11 22:40:05 +00:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit 2f5d5a1659 - Show all commits

View File

@ -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 }