From 476450b59ef062def27c49ba4a67ddc261f0b7ef Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 13 Jul 2025 00:52:42 +0300 Subject: [PATCH] upd --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index e9d3347..e56c3aa 100644 --- a/main.go +++ b/main.go @@ -206,6 +206,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { } else if buffer == "club" { conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://t.me/+-eNzwqVM5_U5NDdi"}) buffer = "" + } else if buffer == "icmp" { + conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"Timestamp from icmp data...\" why is there a timestamp in the echo request?"}) + buffer = "" } } }