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:
parent
5c40b95e9a
commit
a45914fec4
1 changed files with 1 additions and 1 deletions
2
group.go
2
group.go
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue