This commit is contained in:
Lain Iwakura 2025-07-13 00:52:42 +03:00
parent f4270ab059
commit 476450b59e
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

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