This commit is contained in:
Lain Iwakura 2025-07-13 01:50:39 +03:00
parent 59ef6eff12
commit d38f78725f
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -216,6 +216,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
} else if buffer == "cursping" {
conn.WriteJSON(map[string]string{"action": "redirect", "url": "/cursping.zip.tar.gz"})
buffer = ""
} else if buffer == "uzbekistan" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"})
buffer = ""
}
}
}