Kicks the specified user from the channel. Channel operator access may be required.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- user
- Type: NetIrc2 IrcString
The user to kick.
- channel
- Type: NetIrc2 IrcString
The channel to kick the user from.
- reason
- Type: NetIrc2 IrcString
The reason the user was kicked, or null to give no reason.
See Also