chore: Some changes
This commit is contained in:
@@ -256,6 +256,7 @@ async fn handle_command(
|
||||
"!match" => {
|
||||
if let Some(tx) = handlers.get(&room_id) {
|
||||
let prefer_same_country = parts.contains(&"--same-country");
|
||||
log::info!("User {} requested a match (prefer_same_country={})", user_id, prefer_same_country);
|
||||
let msg_id = match send_reply(room, reply_to, "🔍 Matching...").await {
|
||||
Ok(id) => id,
|
||||
Err(_) => return,
|
||||
|
||||
Reference in New Issue
Block a user