club
This commit is contained in:
parent
98a6500ab8
commit
f4270ab059
3
main.go
3
main.go
@ -203,6 +203,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
} else if buffer == "trolling" {
|
} else if buffer == "trolling" {
|
||||||
conn.WriteJSON(map[string]string{"action": "redirect", "url": "/trolling"})
|
conn.WriteJSON(map[string]string{"action": "redirect", "url": "/trolling"})
|
||||||
buffer = ""
|
buffer = ""
|
||||||
|
} else if buffer == "club" {
|
||||||
|
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://t.me/+-eNzwqVM5_U5NDdi"})
|
||||||
|
buffer = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user