This commit is contained in:
Lain Iwakura 2025-07-12 23:40:16 +03:00
parent 98a6500ab8
commit f4270ab059
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -203,6 +203,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
} else if buffer == "trolling" {
conn.WriteJSON(map[string]string{"action": "redirect", "url": "/trolling"})
buffer = ""
} else if buffer == "club" {
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://t.me/+-eNzwqVM5_U5NDdi"})
buffer = ""
}
}
}