This commit is contained in:
Nils
2025-08-30 18:11:25 +02:00
parent a4023c51f5
commit 1a2b4eb0d3

View File

@@ -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")){