s
This commit is contained in:
parent
d1f1c85985
commit
4d8e41e74c
3
main.go
3
main.go
@ -222,6 +222,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
} else if buffer == "society" {
|
||||
conn.WriteJSON(map[string]string{"action": "show_message", "message": "NO PITY FOR THE VICES OF SOCIETY\nBETTER THAT THE BEST."})
|
||||
buffer = ""
|
||||
} else if buffer == "source" {
|
||||
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://git.iwakurahome.ru/lain/gbio"})
|
||||
buffer = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user