forked from External/ergo
don't overwrite base command
This commit is contained in:
parent
04f881a617
commit
55d3d6e946
3 changed files with 6 additions and 7 deletions
|
|
@ -55,7 +55,7 @@ func (c *Client) readConn(recv <-chan string) {
|
|||
continue
|
||||
}
|
||||
|
||||
m.SetBase(c)
|
||||
m.SetClient(c)
|
||||
c.server.commands <- m
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue