1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-22 08:35:57 +01:00

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

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: