Fix chat-cli not compiling

Former-commit-id: b69c0e8208374af3eef0d996137a5e7ebbfe9a16
This commit is contained in:
timokoesters 2019-04-23 14:28:45 +02:00
parent be2d154d8b
commit 3a8839fd03

View File

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