Kick a user off a channel.
Possible Replies
| Exception Type | Condition |
|---|---|
| ArgumentException | If the nickname or channel is not valid or the reason is null. |
//Kick a single user
connection.Sender.Kick("#thresher","No Perl please","lwall" );
//Kicks several users at once
connection.Sender.Kick( "#thresher", "Bye", "John","Dick","Harry" );
Sender Class | Sharkbite.Irc Namespace | OnKick