mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-17 13:08:11 -07:00
Add nick changing support.
This commit is contained in:
@@ -45,9 +45,6 @@ func (command *BaseCommand) Client() *Client {
|
||||
}
|
||||
|
||||
func (command *BaseCommand) SetClient(c *Client) {
|
||||
if command.client != nil {
|
||||
panic("SetClient called twice!")
|
||||
}
|
||||
command.client = c
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user