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 -1
View File
@@ -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: