fix comment

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

View File

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