upd
This commit is contained in:
parent
f4270ab059
commit
476450b59e
3
main.go
3
main.go
@ -206,6 +206,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
} else if buffer == "club" {
|
||||
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://t.me/+-eNzwqVM5_U5NDdi"})
|
||||
buffer = ""
|
||||
} else if buffer == "icmp" {
|
||||
conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"Timestamp from icmp data...\" why is there a timestamp in the echo request?"})
|
||||
buffer = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user