From 1a2b4eb0d3215490d3c5defbeb11533d387d6125 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 30 Aug 2025 18:11:25 +0200 Subject: [PATCH] hops --- meshcore-bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore-bot.js b/meshcore-bot.js index c2985de..38c5532 100644 --- a/meshcore-bot.js +++ b/meshcore-bot.js @@ -66,7 +66,7 @@ async function onChannelMessageReceived(message) { // handle commands only in own channels, not in public channel with id 0 if(message.channelIdx > 0){ if(message.text.includes("!ping")){ - await connection.sendChannelTextMessage(message.channelIdx, "PONG! 🏓"); + await connection.sendChannelTextMessage(message.channelIdx, "PONG! 🏓 (" + message.pathLen + ")"); return; } if(message.text.includes("!date")){