diff --git a/main.go b/main.go index f06dfbd..e9d3347 100644 --- a/main.go +++ b/main.go @@ -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 = "" } } }