forked from lavina/lavina
resolving git conflicts
This commit is contained in:
parent
1f238680e8
commit
76362151aa
|
@ -726,6 +726,7 @@ async fn handle_incoming_message(
|
||||||
},
|
},
|
||||||
ClientMessage::Whois { target, nick } => {
|
ClientMessage::Whois { target, nick } => {
|
||||||
// todo: finish replpies from the server to the command
|
// todo: finish replpies from the server to the command
|
||||||
|
|
||||||
match target {
|
match target {
|
||||||
Some(target) => {},
|
Some(target) => {},
|
||||||
None => {}
|
None => {}
|
||||||
|
|
Loading…
Reference in New Issue