1
Fork 0

fixup! Implement kick, op and friends.

This commit is contained in:
Juliusz Chroboczek 2020-04-25 17:56:22 +02:00
parent 5c40b95e9a
commit a45914fec4
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ func (c *client) error(err error) error {
switch e := err.(type) { switch e := err.(type) {
case userError: case userError:
return c.write(clientMessage{ return c.write(clientMessage{
Type: "error", Type: "error",
Message: "The server said: " + string(e), Message: "The server said: " + string(e),
}) })
default: default: