y
This commit is contained in:
parent
b298b06a9e
commit
d1f1c85985
3
main.go
3
main.go
@ -219,6 +219,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
} else if buffer == "uzbekistan" {
|
||||
conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"})
|
||||
buffer = ""
|
||||
} 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 = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user