chore: Some changes

This commit is contained in:
2026-04-21 18:14:04 +02:00
parent 55c4e4bd9b
commit 4508d78b89
5 changed files with 25 additions and 0 deletions
+1
View File
@@ -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,