This commit is contained in:
Lain Iwakura 2025-07-12 14:12:02 +03:00
parent 4e624e7bb5
commit 41196c09dd
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -84,7 +84,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "Yet another BSD-like OS"}) conn.WriteJSON(map[string]string{"action": "show_message", "message": "Yet another BSD-like OS"})
buffer = "" buffer = ""
} else if buffer == "windows" { } else if buffer == "windows" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "Windows ALLWAYS sucks"}) conn.WriteJSON(map[string]string{"action": "show_message", "message": "Windows ALWAYS sucks"})
buffer = "" buffer = ""
} }
} }