Commit 21361a87 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix kick message.

parent 6e548ded
......@@ -1151,7 +1151,7 @@ func handleClientMessage(c *webClient, m clientMessage) error {
}
message := m.Value
if message == "" {
message = "you have been kicked"
message = "you have been kicked out"
}
err := kickClient(c.group, m.Id, message)
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment