IrcClient Invite Method NetIRC2 IRC Client Library for .NET
Invites the specified user to the channel. Channel operator access may be required.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Invite(
	IrcString user,
	IrcString channel
)
See Also