KickBanUser

Bans the selected Kick user for the selected reason

public bool KickBanUser(string userName, string reason, bool bot = false)
userName
string required
reason
string
bot
bool
bool
CPH.KickBanUser(userName);
CPH.KickBanUser(userName, reason, bot);