fix comment

This commit is contained in:
Liam Stanley 2018-12-14 20:27:26 -08:00
parent 514d004b74
commit 14ace7725c

@ -436,8 +436,8 @@ func (c *Client) GetNick() string {
return c.state.nick return c.state.nick
} }
// Returns an RFC1459 compliant version of the current nickname. Panics if // GetID returns an RFC1459 compliant version of the current nickname. Panics
// tracking is disabled. // if tracking is disabled.
func (c *Client) GetID() string { func (c *Client) GetID() string {
return ToRFC1459(c.GetNick()) return ToRFC1459(c.GetNick())
} }