Closed w3bprinz closed 2 years ago
Would be nice if you could add the function to ban users:
func (c *Client) Ban(channel, username string, reason string) { c.Say(channel, "/ban "+username+" "+reason) }
I've added a pull request.
Would be nice if you could add the function to ban users: