RircdState::run()

This commit is contained in:
some body 2021-09-16 15:55:09 -05:00
parent b46606b701
commit 747f4c759e
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ impl RircdState {
tokio::select! {
event = event_receiver.recv() => {
()
match event {
_ => {},
};
},
}