This commit is contained in:
Lain Iwakura 2025-07-18 14:41:30 +03:00
parent b298b06a9e
commit d1f1c85985
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -219,6 +219,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
} else if buffer == "uzbekistan" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"})
buffer = ""
} else if buffer == "society" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "NO PITY FOR THE VICES OF SOCIETY\nBETTER THAT THE BEST."})
buffer = ""
}
}
}