From 76362151aa2abec17e8c12beff466f2a12b4f82c Mon Sep 17 00:00:00 2001 From: homycdev Date: Mon, 1 Apr 2024 21:32:11 +0300 Subject: [PATCH] resolving git conflicts --- crates/projection-irc/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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 => {}