fuck github!
This commit is contained in:
parent
41196c09dd
commit
39504529d2
3
main.go
3
main.go
@ -86,6 +86,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
} else if buffer == "windows" {
|
||||
conn.WriteJSON(map[string]string{"action": "show_message", "message": "Windows ALWAYS sucks"})
|
||||
buffer = ""
|
||||
} else if buffer == "github" {
|
||||
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://codeberg.org/"})
|
||||
buffer = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user