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 = "" } } }