Fix typo in missing user error
This commit is contained in:
@@ -1906,7 +1906,7 @@ func handleClientMessage(c *webClient, m clientMessage) error {
|
|||||||
}
|
}
|
||||||
t := g.GetClient(m.Dest)
|
t := g.GetClient(m.Dest)
|
||||||
if t == nil {
|
if t == nil {
|
||||||
return c.error(group.UserError("no suck user"))
|
return c.error(group.UserError("no such user"))
|
||||||
}
|
}
|
||||||
target, ok := t.(*webClient)
|
target, ok := t.(*webClient)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
|||||||
Reference in New Issue
Block a user