Fix chat-cli not compiling

Former-commit-id: b69c0e8208374af3eef0d996137a5e7ebbfe9a16
This commit is contained in:
timokoesters 2019-04-23 14:28:45 +02:00
parent e3de381001
commit 5cb368dddc

View File

@ -37,6 +37,7 @@ fn main() {
for event in events {
match event {
Event::Chat(msg) => println!("[chat] {}", msg),
Event::Disconnect => {} // TODO
}
}