Commit a45914fe authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

fixup! Implement kick, op and friends.

parent 5c40b95e
......@@ -278,7 +278,7 @@ func (c *client) error(err error) error {
switch e := err.(type) {
case userError:
return c.write(clientMessage{
Type: "error",
Type: "error",
Message: "The server said: " + string(e),
})
default:
......
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