diff --git a/crates/projection-irc/src/lib.rs b/crates/projection-irc/src/lib.rs index f64b35c..0509d76 100644 --- a/crates/projection-irc/src/lib.rs +++ b/crates/projection-irc/src/lib.rs @@ -726,6 +726,7 @@ async fn handle_incoming_message( }, ClientMessage::Whois { target, nick } => { // todo: finish replpies from the server to the command + match target { Some(target) => {}, None => {}